[llvm] [VPlan] Replicate VPScalarIVStepsRecipe by VF outside replicate regions. (PR #170053)
Florian Hahn via llvm-commits
llvm-commits at lists.llvm.org
Mon Mar 2 05:15:23 PST 2026
================
@@ -150,7 +148,7 @@ void UnrollState::addStartIndexForScalarSteps(VPScalarIVStepsRecipe *Steps,
StartIndex = Builder.createScalarCast(Instruction::SIToFP, StartIndex,
----------------
fhahn wrote:
When set initially, it will always be non-constant expression, because the VF is still a symbolic VPVlaue.
https://github.com/llvm/llvm-project/pull/170053
More information about the llvm-commits
mailing list