forked from OSchip/llvm-project
AMDGPU: Make sure to run verifier after SIFixSGPRLiveRanges
llvm-svn: 245769
This commit is contained in:
parent
aba29d6ab1
commit
c8d8e4ed76
|
@ -276,7 +276,7 @@ void GCNPassConfig::addPreRegAlloc() {
|
|||
insertPass(&MachineSchedulerID, &RegisterCoalescerID);
|
||||
}
|
||||
addPass(createSIShrinkInstructionsPass(), false);
|
||||
addPass(createSIFixSGPRLiveRangesPass(), false);
|
||||
addPass(createSIFixSGPRLiveRangesPass());
|
||||
}
|
||||
|
||||
void GCNPassConfig::addPostRegAlloc() {
|
||||
|
|
Loading…
Reference in New Issue