forked from OSchip/llvm-project
Add a print and verify pass after the RegisterCoalescer
llvm-svn: 222381
This commit is contained in:
parent
47760d9667
commit
d2f4c77800
|
@ -732,6 +732,7 @@ void TargetPassConfig::addOptimizedRegAlloc(FunctionPass *RegAllocPass) {
|
|||
|
||||
addPass(&TwoAddressInstructionPassID);
|
||||
addPass(&RegisterCoalescerID);
|
||||
printAndVerify("After Register Coalescing");
|
||||
|
||||
// PreRA instruction scheduling.
|
||||
if (addPass(&MachineSchedulerID))
|
||||
|
|
Loading…
Reference in New Issue