diff options
| author | Tom Stellard <thomas.stellard@amd.com> | 2013-07-30 14:31:03 +0000 |
|---|---|---|
| committer | Tom Stellard <thomas.stellard@amd.com> | 2013-07-30 14:31:03 +0000 |
| commit | aa313d0a744b3f0a8073a231deb6b6dfa6e441e4 (patch) | |
| tree | e7cdb1e6c4b765d03077e7dc4c54c3d3fcf8b43a /llvm/lib/Target/R600/R600ISelLowering.cpp | |
| parent | 9744ffd652e02b83968178cb3cfa823a1ccbee57 (diff) | |
| download | bcm5719-llvm-aa313d0a744b3f0a8073a231deb6b6dfa6e441e4.tar.gz bcm5719-llvm-aa313d0a744b3f0a8073a231deb6b6dfa6e441e4.zip | |
R600/SI: Expand vector fp <-> int conversions
llvm-svn: 187421
Diffstat (limited to 'llvm/lib/Target/R600/R600ISelLowering.cpp')
| -rw-r--r-- | llvm/lib/Target/R600/R600ISelLowering.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/llvm/lib/Target/R600/R600ISelLowering.cpp b/llvm/lib/Target/R600/R600ISelLowering.cpp index 56109247c09..303c0e190f6 100644 --- a/llvm/lib/Target/R600/R600ISelLowering.cpp +++ b/llvm/lib/Target/R600/R600ISelLowering.cpp @@ -43,10 +43,6 @@ R600TargetLowering::R600TargetLowering(TargetMachine &TM) : setOperationAction(ISD::FCOS, MVT::f32, Custom); setOperationAction(ISD::FSIN, MVT::f32, Custom); - setOperationAction(ISD::FP_TO_SINT, MVT::v4i32, Expand); - setOperationAction(ISD::FP_TO_UINT, MVT::v4i32, Expand); - setOperationAction(ISD::SINT_TO_FP, MVT::v4i32, Expand); - setOperationAction(ISD::UINT_TO_FP, MVT::v4i32, Expand); setOperationAction(ISD::SETCC, MVT::v4i32, Expand); setOperationAction(ISD::BR_CC, MVT::i32, Expand); |

