mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-15 23:31:37 +00:00
Add a print and verify pass after the RegisterCoalescer
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@222381 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
4a7e0736d3
commit
f5522a6b68
@ -732,6 +732,7 @@ void TargetPassConfig::addOptimizedRegAlloc(FunctionPass *RegAllocPass) {
|
||||
|
||||
addPass(&TwoAddressInstructionPassID);
|
||||
addPass(&RegisterCoalescerID);
|
||||
printAndVerify("After Register Coalescing");
|
||||
|
||||
// PreRA instruction scheduling.
|
||||
if (addPass(&MachineSchedulerID))
|
||||
|
Loading…
x
Reference in New Issue
Block a user