Evan Cheng
|
85d71d4588
|
If val# def is ~0U, meaning it's defined by a PHI, and it's previously split, spill before the barrier because it's impossible to determine if all the defs are spilled in the same spill slot.
llvm-svn: 58129
|
2008-10-25 00:52:41 +00:00 |
Evan Cheng
|
cd160f9859
|
Fix a pasto.
llvm-svn: 58102
|
2008-10-24 18:46:44 +00:00 |
Evan Cheng
|
f8b09d424d
|
Fix a end() dereference; remove an abort() that wasn't meant to be left in.
llvm-svn: 58072
|
2008-10-24 05:53:44 +00:00 |
Evan Cheng
|
4bac4d0a16
|
Avoid splitting an interval multiple times; avoid splitting re-materializable val# (for now).
llvm-svn: 58068
|
2008-10-24 02:05:00 +00:00 |
Evan Cheng
|
d0d0317b9a
|
Committing a good chunk of the pre-register allocation live interval splitting pass. It's handling simple cases and appear to do good things. Next: avoid splitting an interval multiple times; renumber registers when possible; record stack slot live intervals for coloring; rematerialize defs when possible.
llvm-svn: 58044
|
2008-10-23 20:43:13 +00:00 |
Evan Cheng
|
7e721ecd21
|
Add skeleton for the pre-register allocation live interval splitting pass.
llvm-svn: 57847
|
2008-10-20 21:44:59 +00:00 |