[llvm-commits] CVS: llvm/lib/Target/ARM/README.txt
Evan Cheng
evan.cheng at apple.com
Fri Mar 9 11:46:23 PST 2007
Changes in directory llvm/lib/Target/ARM:
README.txt updated: 1.19 -> 1.20
---
Log message:
Minor stuff.
---
Diffs of the changes: (+4 -0)
README.txt | 4 ++++
1 files changed, 4 insertions(+)
Index: llvm/lib/Target/ARM/README.txt
diff -u llvm/lib/Target/ARM/README.txt:1.19 llvm/lib/Target/ARM/README.txt:1.20
--- llvm/lib/Target/ARM/README.txt:1.19 Fri Mar 9 13:35:33 2007
+++ llvm/lib/Target/ARM/README.txt Fri Mar 9 13:46:06 2007
@@ -30,6 +30,10 @@
3. There might be some compile-time efficiency to be had by representing
consecutive islands as a single block rather than multiple blocks.
+4. Use a priority queue to sort constant pool users in inverse order of
+ position so we always process the one closed to the end of functions
+ first. This may simply CreateNewWater.
+
//===---------------------------------------------------------------------===//
We need to start generating predicated instructions. The .td files have a way
More information about the llvm-commits
mailing list