summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/fma_patterns.ll
AgeCommit message (Expand)Author
2017-12-04[CodeGen] Unify MBB reference format in both MIR and debug outputFrancis Visoiu Mistrih
2017-08-03[X86] SET0 to use XMM registers where possible PR26018 PR32862Dinar Temirbulatov
2017-07-27[X86] SET0 to use XMM registers where possible PR26018 PR32862Dinar Temirbulatov
2017-07-26[X86][FMA] Regenerate test with broadcast comments.Simon Pilgrim
2017-02-25[AVX-512] Fix the execution domain for scalar FMA instructions.Craig Topper
2016-12-08X86: Add checks for fma_patterns[_wide].ll with -enable-no-infs-fp-mathNicolai Haehnle
2016-12-02[DAGCombiner] do not fold (fmul (fadd X, 1), Y) -> (fmad X, Y, Y) by defaultNicolai Haehnle
2016-08-29[X86] Don't lower FABS/FNEG masking directly to a ConstantPool load. Just cre...Craig Topper
2016-08-01[AVX-512] Fix duplicate column in AVX512 execution dependency table that was ...Craig Topper
2016-07-25[AVX512] Add load folding support for the unmasked forms of the FMA instructi...Craig Topper
2016-07-23[AVX512] Implement commuting support for EVEX encoded FMA3 instructions.Craig Topper
2016-07-18[AVX512] Use VMOVAPSZ128rr/VMOVAPS256rr for VR128X/VR256X physreg moves when ...Craig Topper
2016-05-08[AVX512] Add VLX 128/256-bit SET0 operations that encode to 128/256-bit EVEX ...Craig Topper
2015-12-09X86-FMA3: Defined the ExeDomain property for Scalar FMA3 opcodes.Vyacheslav Klochkov
2015-12-05[X86][FMA4] Explicitly set the domain of FMA4 float/double scalar instructionsSimon Pilgrim
2015-12-02[X86][FMA] Optimize FNEG(FMUL) PatternsSimon Pilgrim
2015-11-30[X86][FMA4] Prefer FMA4 to FMASimon Pilgrim
2015-11-28[X86][FMA] More thorough FMA testsSimon Pilgrim
2015-11-26[X86][FMA] Begun adding AVX512 FMA testsSimon Pilgrim
2015-11-24[X86][FMA] Optimize FNEG(FMA) PatternsSimon Pilgrim
2015-11-22[X86][FMA] Regenerate tests.Simon Pilgrim
2015-11-06Improved the operands commute transformation for X86-FMA3 instructions.Andrew Kaylor
2015-10-11[DAGCombiner] Improved FMA combine support for vectorsSimon Pilgrim
2015-09-21[DAGCombiner] Improve FMA support for interpolation patternsSimon Pilgrim
2015-09-12[X86][FMA] Refreshed fma testsSimon Pilgrim
2015-02-27[opaque pointer type] Add textual IR support for explicit type parameter to l...David Blaikie
2014-11-05Improve logic that decides if its profitable to commute when some of the virt...Craig Topper
2013-07-18Disambiguate function names in some CodeGen tests. (Some tests were using fun...Stephen Lin
2012-08-31Mark FMA4 instructions as commutable and add them to the folding tables.Craig Topper
2012-08-31Mark FMA3 instructions as commutable so that the operands to the multiply par...Craig Topper
2012-08-31Add support for converting llvm.fma to fma4 instructions.Craig Topper
2012-08-27llvm/test/CodeGen/X86/fma_patterns.ll: Add -mtriple=x86_64. It was incompatib...NAKAMURA Takumi
2012-08-27FMA3 tests on bdver2 target for changes made in rev 162012. Also madeAnitha Boyapati
2012-08-01Line endings.Matt Beaumont-Gay
2012-08-01Added FMA functionality to X86 target.Elena Demikhovsky