[llvm] [VPlan] Move VPDerivedIVRecipe::execute to VPlanRecipes (NFC) (PR #176577)
Florian Hahn via llvm-commits
llvm-commits at lists.llvm.org
Sun Jan 18 13:53:35 PST 2026
================
@@ -787,6 +787,95 @@ Value *getRuntimeVF(IRBuilderBase &B, Type *Ty, ElementCount VF) {
return B.CreateElementCount(Ty, VF);
}
+/// FIXME: The newly created binary instructions should contain nsw/nuw
+/// flags, which can be found from the original scalar operations.
+Value *emitTransformedIndex(IRBuilderBase &B, Value *Index, Value *StartValue,
----------------
fhahn wrote:
could this just stay at the original location to educe the diff?
https://github.com/llvm/llvm-project/pull/176577
More information about the llvm-commits
mailing list