mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-10-05 11:17:53 +00:00
Neuter r117193 as it causes significant post-ra scheduler compile time regression.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@117329 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -169,8 +169,8 @@ void ScheduleDAGInstrs::AddSchedBarrierDeps() {
|
|||||||
} else {
|
} else {
|
||||||
// For others, e.g. fallthrough, conditional branch, assume the exit
|
// For others, e.g. fallthrough, conditional branch, assume the exit
|
||||||
// uses all the registers.
|
// uses all the registers.
|
||||||
for (int i = 0, e = TRI->getNumRegs(); i != e; ++i)
|
// FIXME: This causes too much compile time regression. We need to compute
|
||||||
Uses[i].push_back(&ExitSU);
|
// liveout instead.
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user