From 787e3ca6a40d8f23383abac48b4d8a1416573627 Mon Sep 17 00:00:00 2001 From: Jan Vesely Date: Tue, 14 Oct 2014 18:52:04 +0000 Subject: [PATCH] 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 --- lib/Target/R600/R600Instructions.td | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 <