[llvm] [VPlan] Add initial CFG simplification, removing BranchOnCond true. (PR #106748)

Florian Hahn via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 11 01:59:58 PDT 2024


================
@@ -3504,6 +3504,11 @@ class VPlan {
     return LiveOuts;
   }
 
+  void removeLiveOut(PHINode *PN) {
----------------
fhahn wrote:

This shouldn't be needed once VPIRInstruction lands (https://github.com/llvm/llvm-project/pull/100735_

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


More information about the llvm-commits mailing list