[llvm] [VPlan] Simplify VPBlendRecipes to select instructions (PR #133993)
Luke Lau via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 1 08:47:32 PDT 2025
================
----------------
lukel97 wrote:
This is no longer vectorized as the VPBlendRecipe is now a Select VPInstruction, which `willGenerateVectors` considers to not generate vectors. I think in this case it makes sense since there's no actual widened recipes in the loop body.
https://github.com/llvm/llvm-project/pull/133993
More information about the llvm-commits
mailing list