summaryrefslogtreecommitdiff
path: root/compiler/optimizing/stack_map_stream.cc
diff options
context:
space:
mode:
author Santiago Aboy Solanes <solanes@google.com> 2023-09-19 16:24:59 +0100
committer Santiago Aboy Solanes <solanes@google.com> 2023-10-02 12:33:46 +0000
commit317ab9e551f867476769ec5a6adbbafc6a8d1896 (patch)
treed226d7e410e699861d462e921b5c0a78e3c6fd35 /compiler/optimizing/stack_map_stream.cc
parentee83f167e5041ea43439617e4b5985cad4a34210 (diff)
Optimize Select instructions regarding equality
* Select[a, b, EQ(a,b)] / Select[a, b, EQ(b,a)] into a * Select[a, b, NE(a,b)] / Select[a, b, NE(b,a)] into b Test: art/test/testrunner/testrunner.py --host --64 -b --optimizing Change-Id: I5a32af63dc9fb27868d0ffb313324cb1772cff64
Diffstat (limited to 'compiler/optimizing/stack_map_stream.cc')
0 files changed, 0 insertions, 0 deletions