[llvm] [VPlan] Compute induction end values in VPlan. (PR #112145)
Florian Hahn via llvm-commits
llvm-commits at lists.llvm.org
Fri Dec 20 05:57:20 PST 2024
================
@@ -231,12 +231,15 @@ class VPBuilder {
new VPInstruction(Ptr, Offset, GEPNoWrapFlags::inBounds(), DL, Name));
}
+ /// Convert the input value \p Current to the corresponding value of an
+ /// induction with different start and step values, using Start + Current *
----------------
fhahn wrote:
Done thanks!
https://github.com/llvm/llvm-project/pull/112145
More information about the llvm-commits
mailing list