[llvm] [VPlan] Compute blend masks from minimum set of edge masks (PR #184838)
Florian Hahn via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 10 02:28:31 PDT 2026
================
@@ -76,6 +76,11 @@ class VPPredicator {
/// Compute the predicate of \p VPBB.
void createBlockInMask(VPBasicBlock *VPBB);
+ /// Compute the masks for a VPBlendRecipe in \p VPBB from the minumum number
----------------
fhahn wrote:
```suggestion
/// Compute the masks for a VPBlendRecipe in \p VPBB from the minimum number
```
https://github.com/llvm/llvm-project/pull/184838
More information about the llvm-commits
mailing list