[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 30 23:26:26 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:
Done in 45c89e149b7e084670cf313e371132ab777c665d
https://github.com/llvm/llvm-project/pull/201783
More information about the llvm-commits
mailing list