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:
Dan Gohman 2009-03-19 18:53:45 +00:00
parent 1f67ce4aa3
commit 56e04a80b3

View File

@ -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;