[PATCH 2/5] R600: Remove duplicate setting of SELECT expansion.
Jan Vesely
jan.vesely at rutgers.edu
Sun Apr 20 13:57:52 PDT 2014
It's already set in AMDGPUISelLowering for all GPUs
Signed-off-by: Jan Vesely <jan.vesely at rutgers.edu>
---
lib/Target/R600/R600ISelLowering.cpp | 2 --
1 file changed, 2 deletions(-)
diff --git a/lib/Target/R600/R600ISelLowering.cpp b/lib/Target/R600/R600ISelLowering.cpp
index a6304d8..80e2782 100644
--- a/lib/Target/R600/R600ISelLowering.cpp
+++ b/lib/Target/R600/R600ISelLowering.cpp
@@ -82,9 +82,7 @@ R600TargetLowering::R600TargetLowering(TargetMachine &TM) :
setOperationAction(ISD::SELECT, MVT::i32, Expand);
setOperationAction(ISD::SELECT, MVT::f32, Expand);
setOperationAction(ISD::SELECT, MVT::v2i32, Expand);
- setOperationAction(ISD::SELECT, MVT::v2f32, Expand);
setOperationAction(ISD::SELECT, MVT::v4i32, Expand);
- setOperationAction(ISD::SELECT, MVT::v4f32, Expand);
// Expand sign extension of vectors
if (!Subtarget->hasBFE())
--
1.9.0
More information about the llvm-commits
mailing list