projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3f778c2
)
Invoke setTargetDAGCombine for SELECT.
author
Akira Hatanaka
<ahatanaka@mips.com>
Thu, 8 Mar 2012 03:26:37 +0000
(
03:26
+0000)
committer
Akira Hatanaka
<ahatanaka@mips.com>
Thu, 8 Mar 2012 03:26:37 +0000
(
03:26
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@152290
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Target/Mips/MipsISelLowering.cpp
patch
|
blob
|
history
diff --git
a/lib/Target/Mips/MipsISelLowering.cpp
b/lib/Target/Mips/MipsISelLowering.cpp
index 252c4fadd3fd921aaf03e85ebb448a42f2e1bab7..404db368207d83cff7ef51ba4f392809a21f8947 100644
(file)
--- a/
lib/Target/Mips/MipsISelLowering.cpp
+++ b/
lib/Target/Mips/MipsISelLowering.cpp
@@
-247,6
+247,7
@@
MipsTargetLowering(MipsTargetMachine &TM)
setTargetDAGCombine(ISD::SDIVREM);
setTargetDAGCombine(ISD::UDIVREM);
setTargetDAGCombine(ISD::SETCC);
+ setTargetDAGCombine(ISD::SELECT);
setTargetDAGCombine(ISD::AND);
setTargetDAGCombine(ISD::OR);