diff options
author | Simon Tatham <simon.tatham@arm.com> | 2019-12-06 15:23:07 +0000 |
---|---|---|
committer | Simon Tatham <simon.tatham@arm.com> | 2019-12-06 15:23:23 +0000 |
commit | 3fab4276cbf1a57f049428145d4c9a0d9bcfa82c (patch) | |
tree | 87d0b708268295d2c9812a9ddbe1a8b555f66763 /lldb/packages/Python/lldbsuite/test/python_api/section | |
parent | 4a7e00df346561131a07db350643ec54113129a1 (diff) | |
download | bcm5719-llvm-3fab4276cbf1a57f049428145d4c9a0d9bcfa82c.tar.gz bcm5719-llvm-3fab4276cbf1a57f049428145d4c9a0d9bcfa82c.zip |
[ARM][MVE] Fix copy-paste error in VQSHL instruction ids.
Summary:
The immediate forms of the MVE VQSHL instruction have MC names like
`MVE_VSLIimms8` and `MVE_VSLIimmu32`. Those names are confusing,
because VSLI is a completely different shift instruction with no
semantic relation to VQSHL. But it just happens to be defined
immediately before VQSHL in `ARMInstrMVE.td`, so this looks like a
copy-paste error. Renamed the ids to match the instruction name.
Reviewers: ostannard, dmgreen, MarkMurrayARM, miyuki
Reviewed By: miyuki
Subscribers: kristof.beyls, hiraditya, llvm-commits
Tags: #llvm
Differential Revision: https://reviews.llvm.org/D71114
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/section')
0 files changed, 0 insertions, 0 deletions