[llvm] [VPlan] Add opcode to create step for wide inductions. (PR #119284)
Luke Lau via llvm-commits
llvm-commits at lists.llvm.org
Mon Apr 14 07:39:52 PDT 2025
================
@@ -2381,6 +2379,7 @@ void VPlanTransforms::convertToConcreteRecipes(VPlan &Plan,
VPTypeAnalysis &TypeInfo) {
----------------
lukel97 wrote:
Should we just pass in the canonical IV and construct the TypeInfo in convertToConcreteRecipes, since I think it'll be invalid once convertToConcreteRecipes returns
https://github.com/llvm/llvm-project/pull/119284
More information about the llvm-commits
mailing list