[llvm] [X86] Recognise VPMADD52L pattern with AVX512IFMA/AVXIFMA (#153787) (PR #156714)
Simon Pilgrim via llvm-commits
llvm-commits at lists.llvm.org
Fri Sep 5 02:39:04 PDT 2025
================
@@ -4461,6 +4462,7 @@ SDValue SplitOpsAndApply(SelectionDAG &DAG, const X86Subtarget &Subtarget,
unsigned NumSubs = 1;
if ((CheckBWI && Subtarget.useBWIRegs()) ||
(!CheckBWI && Subtarget.useAVX512Regs())) {
+ // if (0) {
----------------
RKSimon wrote:
remove this
https://github.com/llvm/llvm-project/pull/156714
More information about the llvm-commits
mailing list