1
0
mirror of https://github.com/RPCS3/llvm.git synced 2025-04-08 08:21:54 +00:00
Jakob Stoklund Olesen a063e19593 Run LiveVariables instead of computing liveness locally in -regalloc=fast.
This actually makes everything slower, but the plan is to have isel add <kill>
flags the way it is already adding <dead> flags. Then LiveVariables can be
removed again.

When ignoring the time spent in LiveVariables, -regalloc=fast is now twice as
fast as -regalloc=local.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@102034 91177308-0d34-0410-b5e6-96231b3b80d8
2010-04-21 23:18:07 +00:00
..
2010-04-19 16:15:31 +00:00
2010-04-17 18:14:27 +00:00
2010-04-19 20:31:39 +00:00