diff options
| author | Tom Stellard <thomas.stellard@amd.com> | 2013-08-16 23:51:24 +0000 |
|---|---|---|
| committer | Tom Stellard <thomas.stellard@amd.com> | 2013-08-16 23:51:24 +0000 |
| commit | a92ff87929efb701a7cc9c923250bca9e929fca1 (patch) | |
| tree | 2dc7ecc316a0b36319aa5f59798c645d54d800d4 /llvm/lib/Target/R600/R600ISelLowering.cpp | |
| parent | d7866790495e4b19ca95c12b7e01717a70881e5e (diff) | |
| download | bcm5719-llvm-a92ff87929efb701a7cc9c923250bca9e929fca1.tar.gz bcm5719-llvm-a92ff87929efb701a7cc9c923250bca9e929fca1.zip | |
R600: Expand vector float operations for both SI and R600
Reviewed-by: Michel Dänzer <michel.daenzer@amd.com>
llvm-svn: 188596
Diffstat (limited to 'llvm/lib/Target/R600/R600ISelLowering.cpp')
| -rw-r--r-- | llvm/lib/Target/R600/R600ISelLowering.cpp | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/llvm/lib/Target/R600/R600ISelLowering.cpp b/llvm/lib/Target/R600/R600ISelLowering.cpp index e10af2b16ba..b822431fab3 100644 --- a/llvm/lib/Target/R600/R600ISelLowering.cpp +++ b/llvm/lib/Target/R600/R600ISelLowering.cpp @@ -38,15 +38,6 @@ R600TargetLowering::R600TargetLowering(TargetMachine &TM) : computeRegisterProperties(); - setOperationAction(ISD::FADD, MVT::v4f32, Expand); - setOperationAction(ISD::FADD, MVT::v2f32, Expand); - setOperationAction(ISD::FMUL, MVT::v4f32, Expand); - setOperationAction(ISD::FMUL, MVT::v2f32, Expand); - setOperationAction(ISD::FDIV, MVT::v4f32, Expand); - setOperationAction(ISD::FDIV, MVT::v2f32, Expand); - setOperationAction(ISD::FSUB, MVT::v4f32, Expand); - setOperationAction(ISD::FSUB, MVT::v2f32, Expand); - setOperationAction(ISD::FCOS, MVT::f32, Custom); setOperationAction(ISD::FSIN, MVT::f32, Custom); |

