summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2007-03-20 08:10:17 +0000
committerEvan Cheng <evan.cheng@apple.com>2007-03-20 08:10:17 +0000
commit39eb62ea3b58e5aaa82ac01686c531990d6f0d1c (patch)
treeb4781ce3baff49889d74fb0330e832c06ff5bd45 /llvm/lib
parent61f39d186c274a4cca98c25c3570ee425a3a6c79 (diff)
downloadbcm5719-llvm-39eb62ea3b58e5aaa82ac01686c531990d6f0d1c.tar.gz
bcm5719-llvm-39eb62ea3b58e5aaa82ac01686c531990d6f0d1c.zip
New entry.
llvm-svn: 35206
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/Target/ARM/README-Thumb.txt13
1 files changed, 13 insertions, 0 deletions
diff --git a/llvm/lib/Target/ARM/README-Thumb.txt b/llvm/lib/Target/ARM/README-Thumb.txt
index 3818d831461..4da1876637c 100644
--- a/llvm/lib/Target/ARM/README-Thumb.txt
+++ b/llvm/lib/Target/ARM/README-Thumb.txt
@@ -154,3 +154,16 @@ is done, we should save R3 to a high callee saved reg at emitPrologue time
(when hasFP is true or stack size is large) and restore R3 from that register
instead. This allows us to at least get rid of the save to r12 everytime it is
used.
+
+//===---------------------------------------------------------------------===//
+
+Poor codegen test/CodeGen/ARM/select.ll f7:
+
+ ldr r5, LCPI1_0
+LPC0:
+ add r5, pc
+ ldr r6, LCPI1_1
+ ldr r2, LCPI1_2
+ cpy r3, r6
+ cpy lr, pc
+ bx r5
OpenPOWER on IntegriCloud