forked from OSchip/llvm-project
R600: FMA is VecALU only instruction
Reviewed-by: Tom Stellard <tom@stellard.net> Signed-off-by: Jan Vesely <jan.vesely@rutgers.edu> llvm-svn: 219704
This commit is contained in:
parent
d4ea29e6b6
commit
df19696374
llvm/lib/Target/R600
|
@ -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 <
|
||||
|
|
Loading…
Reference in New Issue