Default to converting UADDO to the generic form that SADDO is converted to.
authorBill Wendling <isanbard@gmail.com>
Fri, 21 Nov 2008 07:44:30 +0000 (07:44 +0000)
committerBill 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

index 7074c5980e658839644b80daaf4b3e494a817787..13eede7424d4747bd58819d4afcad0bac6420c1c 100644 (file)
@@ -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