summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorTom Stellard <thomas.stellard@amd.com>2014-05-09 16:42:19 +0000
committerTom Stellard <thomas.stellard@amd.com>2014-05-09 16:42:19 +0000
commit561bb4452595b3a0c02ccc9d89634f988a12f13c (patch)
tree2d3edc8c64144b1fc5702534a4ba700ae9116222 /lib
parent87b983680c5718e85ea9545fe34f0ec05e8b016a (diff)
downloadllvm-561bb4452595b3a0c02ccc9d89634f988a12f13c.tar.gz
llvm-561bb4452595b3a0c02ccc9d89634f988a12f13c.tar.bz2
llvm-561bb4452595b3a0c02ccc9d89634f988a12f13c.tar.xz
R600: Expand i64 SELECT_CC
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@208430 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib')
-rw-r--r--lib/Target/R600/AMDGPUISelLowering.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/Target/R600/AMDGPUISelLowering.cpp b/lib/Target/R600/AMDGPUISelLowering.cpp
index 2462de6dd3..a17dc181d3 100644
--- a/lib/Target/R600/AMDGPUISelLowering.cpp
+++ b/lib/Target/R600/AMDGPUISelLowering.cpp
@@ -202,6 +202,8 @@ AMDGPUTargetLowering::AMDGPUTargetLowering(TargetMachine &TM) :
setOperationAction(ISD::BR_CC, MVT::i1, Expand);
+ setOperationAction(ISD::SELECT_CC, MVT::i64, Expand);
+
setOperationAction(ISD::FNEG, MVT::v2f32, Expand);
setOperationAction(ISD::FNEG, MVT::v4f32, Expand);