[llvm] [VPlan] Retain exit conditions and edges in initial VPlan (NFC). (PR #137709)

Florian Hahn via llvm-commits llvm-commits at lists.llvm.org
Tue May 6 12:54:13 PDT 2025


================
@@ -117,6 +117,7 @@ class VPBlockBase {
     Predecessors.erase(Pos);
   }
 
+public:
----------------
fhahn wrote:

Done thanks!

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


More information about the llvm-commits mailing list