forked from OSchip/llvm-project
Include IVUsers information in LSR's debug output.
llvm-svn: 94108
This commit is contained in:
parent
29916e023d
commit
cb8d577eb2
|
|
@ -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
|
// Ok, we've now collected all the uses and noted their register uses. The
|
||||||
// next step is to start looking at register reuse possibilities.
|
// 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
|
// 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
|
// earlier in the list. We'll visit them first, as they're the most likely
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue