mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-13 10:32:06 +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) {
|
SDValue DAGCombiner::visitUADDO(SDNode *N) {
|
||||||
return SDValue();
|
return visitSADDO(N);
|
||||||
}
|
}
|
||||||
|
|
||||||
/// XformToShuffleWithZero - Returns a vector_shuffle if it able to transform
|
/// XformToShuffleWithZero - Returns a vector_shuffle if it able to transform
|
||||||
|
Loading…
x
Reference in New Issue
Block a user