summaryrefslogtreecommitdiff
path: root/lib/Target/R600/R600Instructions.td
diff options
context:
space:
mode:
authorJan Vesely <jan.vesely@rutgers.edu>2014-10-14 18:52:04 +0000
committerJan Vesely <jan.vesely@rutgers.edu>2014-10-14 18:52:04 +0000
commit787e3ca6a40d8f23383abac48b4d8a1416573627 (patch)
tree6440dda9bf13d922ff352b9b512768b9beaf30de /lib/Target/R600/R600Instructions.td
parentc180402b48ee37f50938752eca8408c429441bf5 (diff)
downloadllvm-787e3ca6a40d8f23383abac48b4d8a1416573627.tar.gz
R600: FMA is VecALU only instruction
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
Diffstat (limited to 'lib/Target/R600/R600Instructions.td')
-rw-r--r--lib/Target/R600/R600Instructions.td2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/R600/R600Instructions.td b/lib/Target/R600/R600Instructions.td
index a883c839e620..114c6e4db35a 100644
--- 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 <