Commit Graph

2 Commits

Author SHA1 Message Date
David Green 34b27b9441 [ARM] Sink splats to MVE intrinsics
The predicated MVE intrinsics are generated as, for example,
llvm.arm.mve.add.predicated(x, splat(y). p). We need to sink the splat
value back into the loop, like we do for other instructions, so we can
re-select qr variants.

Differential Revision: https://reviews.llvm.org/D87693
2020-09-17 16:00:51 +01:00
David Green fece1489d1 [ARM] Additional tests for qr intrinsics in loops. NFC 2020-09-17 12:39:21 +01:00