[llvm] [VPlan] Add VPExpressionRecipe, replacing extended reduction recipes. (PR #144281)

via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 1 13:34:04 PDT 2025


================
@@ -525,14 +525,13 @@ class VPSingleDefRecipe : public VPRecipeBase, public VPValue {
 
   static inline bool classof(const VPRecipeBase *R) {
     switch (R->getVPDefID()) {
+    case VPRecipeBase::VPExpressionSC:
----------------
ayalz wrote:

Needs to be placed below in lex order.

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


More information about the llvm-commits mailing list