Skip to content

Commit 5a087ff

Browse files
heh, scheduling was easy?
need to send chris, jim and sampo a box of fish each llvm-svn: 24135
1 parent 9b61d3c commit 5a087ff

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

llvm/lib/Target/IA64/README

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@ I guarantee it.
5454

5555
TODO:
5656

57+
- stop passing FP args in both FP *and* integer regs when not required
58+
- allocate low (nonstacked) registers more aggressively
5759
- clean up and thoroughly test the isel patterns.
5860
- fix stacked register allocation order: (for readability) we don't want
5961
the out? registers being the first ones used
@@ -62,7 +64,7 @@ TODO:
6264
- bundling!
6365
(we will avoid the mess that is:
6466
http://gcc.gnu.org/ml/gcc/2003-12/msg00832.html )
65-
- instruction scheduling (yep)
67+
- instruction scheduling (hmmmm! ;)
6668
- write truly inspirational documentation
6769
- if-conversion (predicate database/knowledge? etc etc)
6870
- counted loop support

0 commit comments

Comments
 (0)