summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
Diffstat (limited to 'llvm')
-rw-r--r--llvm/lib/Target/R600/R600Instructions.td2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/R600/R600Instructions.td b/llvm/lib/Target/R600/R600Instructions.td
index a883c839e62..114c6e4db35 100644
--- a/llvm/lib/Target/R600/R600Instructions.td
+++ b/llvm/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 <
OpenPOWER on IntegriCloud