summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2007-03-09 19:46:06 +0000
committerEvan Cheng <evan.cheng@apple.com>2007-03-09 19:46:06 +0000
commit09663aeac742c94f367d3eded74756fec25e8479 (patch)
tree02e0785d8df16b01b49b4f20ad14e98817ac7302 /llvm/lib
parent31ef0ab7cfc0d8edf2d2e6a32d1253657ce8bae3 (diff)
downloadbcm5719-llvm-09663aeac742c94f367d3eded74756fec25e8479.tar.gz
bcm5719-llvm-09663aeac742c94f367d3eded74756fec25e8479.zip
Minor stuff.
llvm-svn: 35049
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/Target/ARM/README.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/llvm/lib/Target/ARM/README.txt b/llvm/lib/Target/ARM/README.txt
index 940db16df66..c155e206334 100644
--- a/llvm/lib/Target/ARM/README.txt
+++ b/llvm/lib/Target/ARM/README.txt
@@ -30,6 +30,10 @@ require aligning functions containing constant pools to 4-byte boundaries).
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
OpenPOWER on IntegriCloud