[llvm] [VPlan] Update final IV exit value via VPlan. (PR #112147)

Florian Hahn via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 17 13:26:26 PST 2025


================
@@ -137,6 +137,10 @@ struct VPlanTransforms {
 
   /// Lower abstract recipes to concrete ones, that can be codegen'd.
   static void convertToConcreteRecipes(VPlan &Plan);
+
+  static void
----------------
fhahn wrote:

Done, thanks!

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


More information about the llvm-commits mailing list