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

via llvm-commits llvm-commits at lists.llvm.org
Tue May 6 07:46:57 PDT 2025


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

Hopefully this low-level API can remain private, possibly with an addition to the high-level public API, see below.

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


More information about the llvm-commits mailing list