Stephen Lin
|
52ebde139c
|
Disambiguate function names in some CodeGen tests. (Some tests were using function names that also were names of instructions and/or doing other unusual things that were making the test not amenable to otherwise scriptable pattern matching.) No functionality change.
llvm-svn: 186621
|
2013-07-18 22:29:15 +00:00 |
|
Craig Topper
|
2e53378ff6
|
Mark FMA4 instructions as commutable and add them to the folding tables.
llvm-svn: 163035
|
2012-08-31 23:10:34 +00:00 |
|
Craig Topper
|
917333c8c7
|
Mark FMA3 instructions as commutable so that the operands to the multiply part can be commuted.
llvm-svn: 163001
|
2012-08-31 16:31:13 +00:00 |
|
Craig Topper
|
6bb3145d0d
|
Add support for converting llvm.fma to fma4 instructions.
llvm-svn: 162999
|
2012-08-31 15:40:30 +00:00 |
|
NAKAMURA Takumi
|
b1719f040a
|
llvm/test/CodeGen/X86/fma_patterns.ll: Add -mtriple=x86_64. It was incompatible on i686 and Windows x64.
llvm-svn: 162664
|
2012-08-27 09:37:54 +00:00 |
|
Anitha Boyapati
|
0ab56d29f6
|
FMA3 tests on bdver2 target for changes made in rev 162012. Also made
corresponding changes to existing tests for darwin triple to ensure that
same pattern is tested for bdver2 target.
llvm-svn: 162655
|
2012-08-27 06:59:01 +00:00 |
|
Matt Beaumont-Gay
|
3e9c5fc8d3
|
Line endings.
llvm-svn: 161117
|
2012-08-01 16:42:35 +00:00 |
|
Elena Demikhovsky
|
0fec7026d9
|
Added FMA functionality to X86 target.
llvm-svn: 161110
|
2012-08-01 12:06:00 +00:00 |
|