mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-10 04:33:40 +00:00
Default to converting UADDO to the generic form that SADDO is converted to.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@59801 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
0c73079855
commit
137dccd5d8
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user