[llvm] [VPlan] Implement interleaving as VPlan-to-VPlan transform. (PR #95842)
Florian Hahn via llvm-commits
llvm-commits at lists.llvm.org
Sun Sep 15 06:26:07 PDT 2024
================
@@ -492,13 +492,13 @@ Value *VPInstruction::generatePerPart(VPTransformState &State, unsigned Part) {
return EVL;
}
case VPInstruction::CanonicalIVIncrementForPart: {
----------------
fhahn wrote:
Yes, using `UF` as in earlier versions wasn't correct, it needs to generate for each individual part. Added as an operand.
https://github.com/llvm/llvm-project/pull/95842
More information about the llvm-commits
mailing list