summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/fma-intrinsics-x86.ll
AgeCommit message (Expand)Author
2017-12-04[CodeGen] Unify MBB reference format in both MIR and debug outputFrancis Visoiu Mistrih
2017-11-25[X86] Add separate intrinsics for scalar FMA4 instructions.Craig Topper
2017-11-06[X86] Use EVEX encoded intrinsics for legacy FMA intrinsics when possible.Craig Topper
2017-11-06[X86] Add avx512vl command line to fma-instrinsics-x86.llCraig Topper
2017-11-06[X86] Simplify command lines on the fma-instrinsics-x86.ll test and add -show...Craig Topper
2017-09-09[X86][FMA] Regenerate FMA testsSimon Pilgrim
2017-09-01[X86] Add isel patterns for memory forms of FMA3 intrinsic instructionsCraig Topper
2017-08-02X86: Do not use llc -march in tests.Matthias Braun
2015-12-09X86-FMA3: Defined the ExeDomain property for Scalar FMA3 opcodes.Vyacheslav Klochkov
2015-11-13X86-FMA3: Implemented commute transformations FMA*_Int instructions.Vyacheslav Klochkov
2015-11-04Created new X86 FMA3 opcodes (FMA*_Int) that are used now for lowering of sca...Andrew Kaylor
2015-06-25[X86] Cleanup fma tests a little bit. NFC.Ahmed Bougacha