summaryrefslogtreecommitdiff
path: root/lib/Target/ARM/README.txt
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
commit1a9da0d66cbb7742e60ed957a7670a6547911de1 (patch)
treeb4705f902d4b07b1b73764671b970845e7c79f6e /lib/Target/ARM/README.txt
parent44f4fca3c02da1c3c90e99af08692003fabf2e45 (diff)
downloadllvm-1a9da0d66cbb7742e60ed957a7670a6547911de1.tar.gz
llvm-1a9da0d66cbb7742e60ed957a7670a6547911de1.tar.bz2
llvm-1a9da0d66cbb7742e60ed957a7670a6547911de1.tar.xz
Minor stuff.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35049 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/ARM/README.txt')
-rw-r--r--lib/Target/ARM/README.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/Target/ARM/README.txt b/lib/Target/ARM/README.txt
index 940db16df6..c155e20633 100644
--- a/lib/Target/ARM/README.txt
+++ b/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