mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-04-02 15:51:54 +00:00
[DAGCombiner] add saturation instructions are commutative
llvm-svn: 351067
This commit is contained in:
parent
9356db63ef
commit
94b71d8ab8
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user