1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-22 04:22:57 +02:00

[X86] Add a couple TODOs to the PMADD52 instrucions about missing commuting opportunities.

llvm-svn: 312310
This commit is contained in:
Craig Topper 2017-09-01 07:58:13 +00:00
parent 439189616a
commit 34703f638b

View File

@ -6808,6 +6808,9 @@ multiclass avx512_pmadd52_rm<bits<8> opc, string OpcodeStr, SDNode OpNode,
_.RC:$src2,(_.VT (X86VBroadcast (_.ScalarLdFrag addr:$src3))))>,
AVX512FMA3Base, EVEX_B;
}
// TODO: Should be able to match a memory op in operand 2.
// TODO: These instructions should be marked Commutable on operand 2 and 3.
}
} // Constraints = "$src1 = $dst"