mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-28 06:27:16 +00:00
Neuter r117193 as it causes significant post-ra scheduler compile time regression.
llvm-svn: 117329
This commit is contained in:
parent
67684a0bae
commit
2439e51388
@ -169,8 +169,8 @@ void ScheduleDAGInstrs::AddSchedBarrierDeps() {
|
||||
} else {
|
||||
// For others, e.g. fallthrough, conditional branch, assume the exit
|
||||
// uses all the registers.
|
||||
for (int i = 0, e = TRI->getNumRegs(); i != e; ++i)
|
||||
Uses[i].push_back(&ExitSU);
|
||||
// FIXME: This causes too much compile time regression. We need to compute
|
||||
// liveout instead.
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user