summaryrefslogtreecommitdiffstats
path: root/test/484-checker-register-hints
Commit message (Collapse)AuthorAgeFilesLines
* Find better split positions in the register allocator.Nicolas Geoffray2015-05-053-0/+142
In a standard if/else control flow graph, this avoids doing a move in one branch if the other branch decided to move an interval. This also needs a new register hint kind, which is what was the location of the interval at the predecessor block. Change-Id: I18b78264587b4d693540fbb5e014d12df2add3e2