[DAGCombiner] add saturation instructions are commutative

llvm-svn: 351067
This commit is contained in:
Simon Pilgrim 2019-01-14 14:02:24 +00:00
parent 9356db63ef
commit 94b71d8ab8

View File

@ -2155,6 +2155,8 @@ public:
case ISD::UADDO:
case ISD::ADDC:
case ISD::ADDE:
case ISD::SADDSAT:
case ISD::UADDSAT:
case ISD::FMINNUM:
case ISD::FMAXNUM:
case ISD::FMINIMUM: