================
@@ -2725,6 +2729,31 @@ void VPExpressionRecipe::print(raw_ostream &O, const 
Twine &Indent,
     O << ")";
     break;
   }
+  case ExpressionTypes::ExtNegatedMulAccReduction: {
----------------
david-arm wrote:

Is there a way to commonise this with the ExtMulAccReduction case if the only 
difference is a negate?

https://github.com/llvm/llvm-project/pull/147255
_______________________________________________
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

Reply via email to