diff options
| author | 2023-07-14 11:45:19 +0100 | |
|---|---|---|
| committer | 2023-08-11 13:17:57 +0000 | |
| commit | f3f85e79ec4b1079767090217f3754b02343c589 (patch) | |
| tree | f61cc5755302ddabba208b6f489442eefcf3c582 /compiler/optimizing/loop_optimization_test.cc | |
| parent | 607a06723b009ce7c7ec388a77a823ec79a4ab24 (diff) | |
Improve code sinking's sorting
Our previous sorting used StrictlyDominates which doesn't guarantee
the Transitivity of incomparability. We can use some extra
bookkeping to make sure we are sorting the instructions in reverse
domination order.
Bug: 249752167
Test: art/test/testrunner/testrunner.py --host --64 --optimizing -b
Change-Id: Ia01866b2073e2f7853ecba4df55919d1dd3cdea5
Diffstat (limited to 'compiler/optimizing/loop_optimization_test.cc')
0 files changed, 0 insertions, 0 deletions