mirror of
https://github.com/RPCSX/llvm.git
synced 2024-12-13 23:18:51 +00:00
heh, scheduling was easy?
need to send chris, jim and sampo a box of fish each git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@24135 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
dc9549b52c
commit
7a8ef3a0d4
@ -54,6 +54,8 @@ I guarantee it.
|
||||
|
||||
TODO:
|
||||
|
||||
- stop passing FP args in both FP *and* integer regs when not required
|
||||
- allocate low (nonstacked) registers more aggressively
|
||||
- clean up and thoroughly test the isel patterns.
|
||||
- fix stacked register allocation order: (for readability) we don't want
|
||||
the out? registers being the first ones used
|
||||
@ -62,7 +64,7 @@ TODO:
|
||||
- bundling!
|
||||
(we will avoid the mess that is:
|
||||
http://gcc.gnu.org/ml/gcc/2003-12/msg00832.html )
|
||||
- instruction scheduling (yep)
|
||||
- instruction scheduling (hmmmm! ;)
|
||||
- write truly inspirational documentation
|
||||
- if-conversion (predicate database/knowledge? etc etc)
|
||||
- counted loop support
|
||||
|
Loading…
Reference in New Issue
Block a user