[llvm] [LV] Pass symbolic VF to CalculateTripCountMinusVF and CanonicalIVIncrementForPart (NFC) (PR #180542)

Benjamin Maxwell via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 10 08:56:58 PST 2026


================
@@ -788,6 +788,13 @@ Value *createStepForVF(IRBuilderBase &B, Type *Ty, ElementCount VF,
   return B.CreateElementCount(Ty, VFxStep);
 }
 
+Value *createStep(IRBuilderBase &B, Type *Ty, Value *StepSize, int64_t Step) {
----------------
MacDue wrote:

Changed to suggested name. 

https://github.com/llvm/llvm-project/pull/180542


More information about the llvm-commits mailing list