[llvm] [VPlan] Refactor VPlan creation, add transform introducing region (NFC). (PR #128419)

Florian Hahn via llvm-commits llvm-commits at lists.llvm.org
Sat Mar 1 08:55:06 PST 2025


================
@@ -3589,6 +3574,8 @@ class VPlan {
     TripCount = NewTripCount;
   }
 
+  void setTripCount(VPValue *NewTripCount) { TripCount = NewTripCount; }
----------------
fhahn wrote:

Done, thanks

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


More information about the llvm-commits mailing list