mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-10 02:36:06 +00:00
Include IVUsers information in LSR's debug output.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@94108 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
8b0ade3eb8
commit
940bd3e236
@ -2595,7 +2595,7 @@ LSRInstance::LSRInstance(const TargetLowering *tli, Loop *l, Pass *P)
|
||||
|
||||
// Ok, we've now collected all the uses and noted their register uses. The
|
||||
// next step is to start looking at register reuse possibilities.
|
||||
DEBUG(print(dbgs()); dbgs() << '\n');
|
||||
DEBUG(print(dbgs()); dbgs() << '\n'; IU.dump());
|
||||
|
||||
// Create a sorted list of registers with those with the most uses appearing
|
||||
// earlier in the list. We'll visit them first, as they're the most likely
|
||||
|
Loading…
x
Reference in New Issue
Block a user