R600: FMA is VecALU only instruction
[oota-llvm.git] / lib / Target / R600 / R600Instructions.td
index a883c839e6200141bea42f1be9d6ba6315552ab3..114c6e4db35ad35e102fdcb5e3a7205cfd74cff7 100644 (file)
@@ -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 <