[llvm] [X86] Recognise VPMADD52L pattern with AVX512IFMA/AVXIFMA (#153787) (PR #156714)

Simon Pilgrim via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 3 10:09:13 PDT 2025


================
@@ -57966,6 +57966,51 @@ static SDValue pushAddIntoCmovOfConsts(SDNode *N, const SDLoc &DL,
                      Cmov.getOperand(3));
 }
 
+static SDValue matchIntegerMultiplyAdd(SDNode *N, SelectionDAG &DAG,
+                                       SDValue Op0, SDValue Op1,
----------------
RKSimon wrote:

don't bother passing Op0/Op1 - we get them as X and Y from the sdk_match

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


More information about the llvm-commits mailing list