diff options
| author | Matt Arsenault <Matthew.Arsenault@amd.com> | 2014-10-03 23:54:56 +0000 |
|---|---|---|
| committer | Matt Arsenault <Matthew.Arsenault@amd.com> | 2014-10-03 23:54:56 +0000 |
| commit | c996175b575c18039ac6b33082c9c2642e012168 (patch) | |
| tree | 91c7af33804ce5cb6438dab3dfa732a56dcff768 /llvm/lib/Target/R600/SIISelLowering.cpp | |
| parent | f7c95e3edafa1454440f9d2a69a6fcbc314863ea (diff) | |
| download | bcm5719-llvm-c996175b575c18039ac6b33082c9c2642e012168.tar.gz bcm5719-llvm-c996175b575c18039ac6b33082c9c2642e012168.zip | |
R600/SI: Custom lower f64 -> i64 conversions
llvm-svn: 219038
Diffstat (limited to 'llvm/lib/Target/R600/SIISelLowering.cpp')
| -rw-r--r-- | llvm/lib/Target/R600/SIISelLowering.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/llvm/lib/Target/R600/SIISelLowering.cpp b/llvm/lib/Target/R600/SIISelLowering.cpp index f042aaa70c0..be42ceb52d9 100644 --- a/llvm/lib/Target/R600/SIISelLowering.cpp +++ b/llvm/lib/Target/R600/SIISelLowering.cpp @@ -168,9 +168,6 @@ SITargetLowering::SITargetLowering(TargetMachine &TM) : setOperationAction(ISD::LOAD, MVT::i1, Custom); - setOperationAction(ISD::FP_TO_SINT, MVT::i64, Expand); - setOperationAction(ISD::FP_TO_UINT, MVT::i64, Expand); - setOperationAction(ISD::GlobalAddress, MVT::i32, Custom); setOperationAction(ISD::GlobalAddress, MVT::i64, Custom); setOperationAction(ISD::FrameIndex, MVT::i32, Custom); |

