Zinovy Nis
|
2d4ce5472e
|
[BUG] Due to a typo introduced in r199933 and r200027 two tests for FMA were never even started.
llvm-svn: 213283
|
2014-07-17 17:14:35 +00:00 |
Lang Hames
|
c63c52e03c
|
Add a testcase for the changes in r199938.
<rdar://problem/15611947>
llvm-svn: 200027
|
2014-01-24 19:00:19 +00:00 |
Lang Hames
|
23de211c5d
|
Replace vfmaddxx213 instructions with their 231-type equivalents in accumulator
loops. Writing back to the accumulator (231-type) allows the coalescer to
eliminate an extra copy.
llvm-svn: 199933
|
2014-01-23 20:23:36 +00:00 |
Owen Anderson
|
32baf99b1d
|
Teach SelectionDAG to constant fold all-constant FMA nodes the same way that it constant folds FADD, FMUL, etc.
llvm-svn: 181555
|
2013-05-09 22:27:13 +00:00 |
NAKAMURA Takumi
|
fee50c8cf1
|
llvm/test/CodeGen/X86/fma.ll: Add -march=x86, or two tests would fail on non-x86 hosts.
llvm-svn: 162667
|
2012-08-27 11:50:26 +00:00 |
Anitha Boyapati
|
0dd589c5f1
|
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 |
Elena Demikhovsky
|
3cb3b0045c
|
Added FMA functionality to X86 target.
llvm-svn: 161110
|
2012-08-01 12:06:00 +00:00 |
Cameron Zwarich
|
f03fa189ca
|
Add an intrinsic and codegen support for fused multiply-accumulate. The intent
is to use this for architectures that have a native FMA instruction.
llvm-svn: 134742
|
2011-07-08 21:39:21 +00:00 |