summaryrefslogtreecommitdiff
path: root/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
commitf5660aab413539bd94cfea8cd88fed80c54cd984 (patch)
tree12e150abb007b1b85071f486c9435b19abaf7fac /lib/Target/R600/R600ISelLowering.cpp
parent9903a2513deba26d2284a5c83822b2043577bf69 (diff)
downloadllvm-f5660aab413539bd94cfea8cd88fed80c54cd984.tar.gz
llvm-f5660aab413539bd94cfea8cd88fed80c54cd984.tar.bz2
llvm-f5660aab413539bd94cfea8cd88fed80c54cd984.tar.xz
R600: Expand VSELECT for all types
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@186613 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/R600/R600ISelLowering.cpp')
-rw-r--r--lib/Target/R600/R600ISelLowering.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/Target/R600/R600ISelLowering.cpp b/lib/Target/R600/R600ISelLowering.cpp
index 7aef08a904..1067b38c8f 100644
--- a/lib/Target/R600/R600ISelLowering.cpp
+++ b/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);