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.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo