summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/fma.ll
AgeCommit message (Expand)Author
2017-12-04[CodeGen] Unify MBB reference format in both MIR and debug outputFrancis Visoiu Mistrih
2017-03-17[AVX-512] Make VEX encoded FMA instructions available when AVX512 is enabled ...Craig Topper
2017-03-17[AVX-512] Give priority to EVEX encoded scalar FMA instructions when we have ...Craig Topper
2017-03-17[X86] Use update_llc_test_checks.py to regenerate a test and add command line...Craig Topper
2015-06-25[X86] Accept hasAVX512() as well as hasFMA() when generating FMA.Ahmed Bougacha
2015-06-25[X86] Cleanup fma tests a little bit. NFC.Ahmed Bougacha
2014-07-17[BUG] Due to a typo introduced in r199933 and r200027 two tests for FMA were...Zinovy Nis
2014-01-24Add a testcase for the changes in r199938.Lang Hames
2014-01-23Replace vfmaddxx213 instructions with their 231-type equivalents in accumulatorLang Hames
2013-05-09Teach SelectionDAG to constant fold all-constant FMA nodes the same way that ...Owen Anderson
2012-08-27llvm/test/CodeGen/X86/fma.ll: Add -march=x86, or two tests would fail on non-...NAKAMURA Takumi
2012-08-27FMA3 tests on bdver2 target for changes made in rev 162012. Also madeAnitha Boyapati
2012-08-01Added FMA functionality to X86 target.Elena Demikhovsky
2011-07-08Add an intrinsic and codegen support for fused multiply-accumulate. The intentCameron Zwarich