projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c180402
)
R600: FMA is VecALU only instruction
author
Jan Vesely
<jan.vesely@rutgers.edu>
Tue, 14 Oct 2014 18:52:04 +0000
(18:52 +0000)
committer
Jan Vesely
<jan.vesely@rutgers.edu>
Tue, 14 Oct 2014 18:52:04 +0000
(18:52 +0000)
Reviewed-by: Tom Stellard <tom@stellard.net>
Signed-off-by: Jan Vesely <jan.vesely@rutgers.edu>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@219704
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Target/R600/R600Instructions.td
patch
|
blob
|
history
diff --git
a/lib/Target/R600/R600Instructions.td
b/lib/Target/R600/R600Instructions.td
index
a883c83
..
114c6e4
100644
(file)
--- a/
lib/Target/R600/R600Instructions.td
+++ b/
lib/Target/R600/R600Instructions.td
@@
-917,7
+917,7
@@
class MULADD_IEEE_Common <bits<5> inst> : R600_3OP <
class FMA_Common <bits<5> inst> : R600_3OP <
inst, "FMA",
- [(set f32:$dst, (fma f32:$src0, f32:$src1, f32:$src2))]
+ [(set f32:$dst, (fma f32:$src0, f32:$src1, f32:$src2))]
, VecALU
>;
class CNDE_Common <bits<5> inst> : R600_3OP <