A copy-paste error in arm_mve.td meant that the MVE vqrshrun
intrinsic family was generating the vqshrun machine instruction,
because in the IR intrinsic call, the rounding flag argument was set
to 0 rather than 1.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo