mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-08 21:32:39 +00:00
SADDO and UADDO are commutative.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@67319 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
1f67ce4aa3
commit
56e04a80b3
@ -770,6 +770,8 @@ public:
|
||||
case ISD::AND:
|
||||
case ISD::OR:
|
||||
case ISD::XOR:
|
||||
case ISD::SADDO:
|
||||
case ISD::UADDO:
|
||||
case ISD::ADDC:
|
||||
case ISD::ADDE: return true;
|
||||
default: return false;
|
||||
|
Loading…
x
Reference in New Issue
Block a user