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:
0c73079
)
Default to converting UADDO to the generic form that SADDO is converted to.
author
Bill Wendling
<isanbard@gmail.com>
Fri, 21 Nov 2008 07:44:30 +0000
(07:44 +0000)
committer
Bill Wendling
<isanbard@gmail.com>
Fri, 21 Nov 2008 07:44:30 +0000
(07:44 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@59801
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/CodeGen/SelectionDAG/DAGCombiner.cpp
patch
|
blob
|
history
diff --git
a/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
b/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
index 7074c5980e658839644b80daaf4b3e494a817787..13eede7424d4747bd58819d4afcad0bac6420c1c 100644
(file)
--- a/
lib/CodeGen/SelectionDAG/DAGCombiner.cpp
+++ b/
lib/CodeGen/SelectionDAG/DAGCombiner.cpp
@@
-5174,7
+5174,7
@@
SDValue DAGCombiner::visitSADDO(SDNode *N) {
}
SDValue DAGCombiner::visitUADDO(SDNode *N) {
- return
SDValue(
);
+ return
visitSADDO(N
);
}
/// XformToShuffleWithZero - Returns a vector_shuffle if it able to transform