commit | e343e0660aac84a8c6369f67fde19b401ca00104 | [log] [tgz] |
---|---|---|
author | Jim Stichnoth <stichnot@chromium.org> | Tue Jun 28 21:40:33 2016 -0700 |
committer | Jim Stichnoth <stichnot@chromium.org> | Tue Jun 28 21:40:33 2016 -0700 |
tree | 4bb9b34ee1562d5aaed20d192d17a07f143fe264 | |
parent | 45f51a2675e8367a2d7ce90e5b63e161da668856 [diff] |
Subzero: Merge SpillVariable functionality directly into Variable. Specifically, this is the ability to link variable B to variable A, such that if neither A nor B get a register assignment, they share a stack slot. This CL just refactors and keeps basically the same functionality, in preparation for new work on variable splitting. BUG= none R=jpp@chromium.org Review URL: https://codereview.chromium.org/2107073002 .