xref: /aosp_15_r20/art/test/2265-checker-select-binary-unary/info.txt (revision 795d594fd825385562da6b089ea9b2033f3abf5a)
1*795d594fSAndroid Build Coastguard WorkerTests that we can simplify a Select + Binary/UnaryOps if:
2*795d594fSAndroid Build Coastguard Worker  * Both inputs to the Select instruction are constant, and
3*795d594fSAndroid Build Coastguard Worker  * The Select instruction is not used in another instruction
4*795d594fSAndroid Build Coastguard Worker    to avoid duplicating Selects.
5*795d594fSAndroid Build Coastguard Worker  * In the case of Binary ops, both inputs can't be Select.
6