[llvm] [VPlan] Replicate VPScalarIVStepsRecipe by VF outside replicate regions. (PR #170053)
via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 3 07:51:37 PST 2026
================
@@ -150,7 +148,7 @@ void UnrollState::addStartIndexForScalarSteps(VPScalarIVStepsRecipe *Steps,
StartIndex = Builder.createScalarCast(Instruction::SIToFP, StartIndex,
----------------
ayalz wrote:
Curious to learn if this raises any issues. It will diverge treating scalable vs. fixed VF, but they already differ - the former represents only UF values, and seems clearer to fold expressions known to be constant when building.
https://github.com/llvm/llvm-project/pull/170053
More information about the llvm-commits
mailing list