[llvm] [VPlan] Remove VPBlendRecipe and replace with select VPInstructions (PR #150369)

Luke Lau via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 1 05:25:25 PDT 2025


================

----------------
lukel97 wrote:

I think it's because VPBlendRecipe was considered as generating vectors in `willGenerateVectors`, but now it's just a VPInstruction it returns false. It looks like nothing in this plan generates a vector anyway so it probably shouldn't be vectorized.

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


More information about the llvm-commits mailing list