commit | 6981ef9238ce2d4ea3f7a86d3faf5d720c8c4641 | [log] [tgz] |
---|---|---|
author | Santiago Aboy Solanes <solanes@google.com> | Thu Aug 04 16:29:42 2022 +0100 |
committer | Santiago Aboy Solanes <solanes@google.com> | Tue Aug 09 11:31:33 2022 +0000 |
tree | b48a079d3e4a6fea14c1942ad07db4ebd72b4341 | |
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