[llvm] [VPlan] Handle single-scalar conds in VPWidenSelectRecipe. (PR #165506)

Florian Hahn via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 29 17:27:22 PDT 2025


================
@@ -1971,7 +1972,7 @@ void VPWidenSelectRecipe::execute(VPTransformState &State) {
   // loop. This means that we can't just use the original 'cond' value.
   // We have to take the 'vectorized' value and pick the first lane.
   // Instcombine will make this a no-op.
----------------
fhahn wrote:

I completely removed it, it doesn't apply anymore, thanks

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


More information about the llvm-commits mailing list