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 into the loop, like we do for other instructions.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo