mirror of
https://github.com/RPCSX/llvm.git
synced 2025-02-17 19:51:13 +00:00
make -view-isel-dags print after the 'ShrinkDemandedOps' pass.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@98509 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
7147946afe
commit
552186dfd3
@ -715,13 +715,13 @@ void SelectionDAGISel::CodeGenAndEmitDAG() {
|
||||
DEBUG(dbgs() << "Optimized legalized selection DAG:\n");
|
||||
DEBUG(CurDAG->dump());
|
||||
|
||||
if (ViewISelDAGs) CurDAG->viewGraph("isel input for " + BlockName);
|
||||
|
||||
if (OptLevel != CodeGenOpt::None) {
|
||||
ShrinkDemandedOps();
|
||||
ComputeLiveOutVRegInfo();
|
||||
}
|
||||
|
||||
if (ViewISelDAGs) CurDAG->viewGraph("isel input for " + BlockName);
|
||||
|
||||
// Third, instruction select all of the operations to machine code, adding the
|
||||
// code to the MachineBasicBlock.
|
||||
if (TimePassesIsEnabled) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user