diff options
author | Carl Ritson <carl.ritson@amd.com> | 2020-04-16 19:57:55 +0900 |
---|---|---|
committer | Carl Ritson <carl.ritson@amd.com> | 2020-04-16 19:58:19 +0900 |
commit | 43e2460a89abf6aace35973c682e1723d5f16f10 (patch) | |
tree | bccb19c77a8a533ad79878fc7536bfb93409a705 /llvm/lib/Support/LockFileManager.cpp | |
parent | 94d6dd01ba439ffcef7f7873622cf6ae99bcf5cb (diff) | |
download | llvm-43e2460a89abf6aace35973c682e1723d5f16f10.zip llvm-43e2460a89abf6aace35973c682e1723d5f16f10.tar.gz llvm-43e2460a89abf6aace35973c682e1723d5f16f10.tar.bz2 |
[LiveIntervals] Replace handleMoveIntoBundle
Summary:
The current handleMoveIntoBundle implementation is unusable,
it attempts to access the slot indexes of bundled instructions.
It also leaves bundled instructions with slot indexes assigned.
Replace handleMoveIntoBundle this with a more explicit
handleMoveIntoNewBundle function which recalculates the live
intervals for all instructions moved into a newly formed bundle,
and removes slot indexes from these instructions.
Reviewers: arsenm, MaskRay, kariddi, tpr, qcolombet
Reviewed By: qcolombet
Subscribers: MatzeB, wdng, hiraditya, arphaman, llvm-commits
Tags: #llvm
Differential Revision: https://reviews.llvm.org/D77969
Diffstat (limited to 'llvm/lib/Support/LockFileManager.cpp')
0 files changed, 0 insertions, 0 deletions