commit | 591ad29eb1aa7c5ac7faadb426f5eb2b4a4ccd02 | [log] [tgz] |
---|---|---|
author | Aart Bik <ajcbik@google.com> | Tue Mar 01 10:39:25 2016 -0800 |
committer | Aart Bik <ajcbik@google.com> | Tue Mar 01 11:35:56 2016 -0800 |
tree | bf14962581bc8d070d51c05f51f9a910ef7d5c1b | |
parent | 7191fddfe6c623976dc8a97f785e3ce848e46d39 [diff] |
Standby list for dyn bce in potentially infinite loops. Rationale: The old code relied on "luck" to revisit basic blocks after dynamic bce and incorporate all bounds checks in potentially infinite loops that were "made" finite. Now that revisiting has been removed completely, keeping a standby list ensures all candidates are considered. Change-Id: Ida3cf63be1307be6c2b0258d3e64b163f12be235