From: Jan Vesely Date: Tue, 14 Oct 2014 18:52:04 +0000 (+0000) Subject: R600: FMA is VecALU only instruction X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=commitdiff_plain;h=787e3ca6a40d8f23383abac48b4d8a1416573627 R600: FMA is VecALU only instruction Reviewed-by: Tom Stellard Signed-off-by: Jan Vesely git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@219704 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/R600/R600Instructions.td b/lib/Target/R600/R600Instructions.td index a883c839e62..114c6e4db35 100644 --- a/lib/Target/R600/R600Instructions.td +++ b/lib/Target/R600/R600Instructions.td @@ -917,7 +917,7 @@ class MULADD_IEEE_Common inst> : R600_3OP < class FMA_Common 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 inst> : R600_3OP <