summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/R600/R600ISelLowering.cpp
diff options
context:
space:
mode:
authorTom Stellard <thomas.stellard@amd.com>2013-07-18 21:43:35 +0000
committerTom Stellard <thomas.stellard@amd.com>2013-07-18 21:43:35 +0000
commit67ae4762ef8fb2a242fa8853fe1d0e30e7ccd4e4 (patch)
tree12cf558aeb987349af68f13dd1338db6569ffb57 /llvm/lib/Target/R600/R600ISelLowering.cpp
parent4227022673d0cbd155ea708b3e276ab95635e6fe (diff)
downloadbcm5719-llvm-67ae4762ef8fb2a242fa8853fe1d0e30e7ccd4e4.tar.gz
bcm5719-llvm-67ae4762ef8fb2a242fa8853fe1d0e30e7ccd4e4.zip
R600: Expand VSELECT for all types
llvm-svn: 186613
Diffstat (limited to 'llvm/lib/Target/R600/R600ISelLowering.cpp')
-rw-r--r--llvm/lib/Target/R600/R600ISelLowering.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/llvm/lib/Target/R600/R600ISelLowering.cpp b/llvm/lib/Target/R600/R600ISelLowering.cpp
index 7aef08a904d..1067b38c8fd 100644
--- a/llvm/lib/Target/R600/R600ISelLowering.cpp
+++ b/llvm/lib/Target/R600/R600ISelLowering.cpp
@@ -67,9 +67,6 @@ R600TargetLowering::R600TargetLowering(TargetMachine &TM) :
setOperationAction(ISD::SELECT, MVT::i32, Custom);
setOperationAction(ISD::SELECT, MVT::f32, Custom);
- setOperationAction(ISD::VSELECT, MVT::v4i32, Expand);
- setOperationAction(ISD::VSELECT, MVT::v2i32, Expand);
-
// Legalize loads and stores to the private address space.
setOperationAction(ISD::LOAD, MVT::i32, Custom);
setOperationAction(ISD::LOAD, MVT::v2i32, Expand);
OpenPOWER on IntegriCloud