[llvm] [LV] Vectorize conditional scalar assignments (PR #158088)

Graham Hunter via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 30 09:45:09 PDT 2025


================
@@ -1769,6 +1772,47 @@ struct LLVM_ABI_FOR_TEST VPWidenSelectRecipe : public VPRecipeWithIRFlags,
   }
 };
 
+/// A recipe for selecting whole vector values based on a scalar condition.
----------------
huntergr-arm wrote:

No, we don't need a dedicated recipe. I'll rebase on top of that other PR when available.

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


More information about the llvm-commits mailing list