diff options
author | Simon Tatham <simon.tatham@arm.com> | 2020-01-09 10:49:41 +0000 |
---|---|---|
committer | Simon Tatham <simon.tatham@arm.com> | 2020-01-09 15:04:47 +0000 |
commit | d857e114b5e04f5143485a5aea7ad9b283768692 (patch) | |
tree | 2f332c8d574705cb51c98c04e795b1894139c303 /lldb/scripts/Python | |
parent | 667e1f71b83c48b635b13b64bbff28b95e68265c (diff) | |
download | llvm-d857e114b5e04f5143485a5aea7ad9b283768692.zip llvm-d857e114b5e04f5143485a5aea7ad9b283768692.tar.gz llvm-d857e114b5e04f5143485a5aea7ad9b283768692.tar.bz2 |
[ARM,MVE] Fix valid immediate range for vsliq_n.
In common with most MVE immediate shift instructions, the left shift
takes an immediate in the range [0,n-1], while the right shift takes
one in the range [1,n]. I had absent-mindedly made them both the
latter.
While I'm here, I've added a set of regression tests checking both
ends of the immediate range for a representative sample of the
immediate shifts.
Diffstat (limited to 'lldb/scripts/Python')
0 files changed, 0 insertions, 0 deletions