diff options
author | 2022-08-04 16:29:42 +0100 | |
---|---|---|
committer | 2022-08-09 11:31:33 +0000 | |
commit | 6981ef9238ce2d4ea3f7a86d3faf5d720c8c4641 (patch) | |
tree | b48a079d3e4a6fea14c1942ad07db4ebd72b4341 /compiler/optimizing/nodes.cc | |
parent | caf9b6583272b90fc522cd445172ae97520dbe18 (diff) |
Generate selects for nested ternary operators
After an R8 update, the generated dex instructions are different
which means that the structure of the graph is different and we
weren't recognizing a possibility of select generation.
We now recognize it and can update the graph on the fly,
generating the corresponding selects.
Bug: 239385201
Fixes: 239385201
Test: art/test/testrunner/testrunner.py --host --64 --optimizing -b
Change-Id: I07644f0a69369e809994b4dd39bdd95c2cc7dc6c
Diffstat (limited to 'compiler/optimizing/nodes.cc')
0 files changed, 0 insertions, 0 deletions