[llvm] [LV] Simplify Blend/Select chain for tail folding outer loop reductions (PR #209659)
Luke Lau via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 14 23:10:59 PDT 2026
================
@@ -1701,6 +1701,21 @@ static void simplifyRecipe(VPSingleDefRecipe *Def) {
return;
}
+ // Simplify (select %mask0, (select %mask1, %T, %F), %F) -> (select
----------------
lukel97 wrote:
I think this can probably go into `simplifyLogicalRecipe` with the other select combines
https://github.com/llvm/llvm-project/pull/209659
More information about the llvm-commits
mailing list