We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b61d3c commit 5a087ffCopy full SHA for 5a087ff
llvm/lib/Target/IA64/README
@@ -54,6 +54,8 @@ I guarantee it.
54
55
TODO:
56
57
+ - stop passing FP args in both FP *and* integer regs when not required
58
+ - allocate low (nonstacked) registers more aggressively
59
- clean up and thoroughly test the isel patterns.
60
- fix stacked register allocation order: (for readability) we don't want
61
the out? registers being the first ones used
@@ -62,7 +64,7 @@ TODO:
62
64
- bundling!
63
65
(we will avoid the mess that is:
66
http://gcc.gnu.org/ml/gcc/2003-12/msg00832.html )
- - instruction scheduling (yep)
67
+ - instruction scheduling (hmmmm! ;)
68
- write truly inspirational documentation
69
- if-conversion (predicate database/knowledge? etc etc)
70
- counted loop support
0 commit comments