[llvm] [VPlan] Compute blend masks from minimum set of edge masks (PR #201783)

Luke Lau via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 9 04:19:36 PDT 2026


================
@@ -78,8 +81,17 @@ class VPPredicator {
     return VPBB->getFirstNonPhi();
   }
 
+  using EdgeTy = std::pair<const VPBasicBlock *, const VPBasicBlock *>;
+
+  /// Compute the "furthest up" set of edges for each incoming value of \Phi.
----------------
lukel97 wrote:

Added one near the implementation in 5d82ee1510ee4e456ba17a14d559dfdd1d85785a

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


More information about the llvm-commits mailing list