projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5fef51e
)
Remind us of exit value substitution
author
Evan Cheng
<evan.cheng@apple.com>
Sun, 19 Mar 2006 06:09:23 +0000
(06:09 +0000)
committer
Evan Cheng
<evan.cheng@apple.com>
Sun, 19 Mar 2006 06:09:23 +0000
(06:09 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26862
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Target/README.txt
patch
|
blob
|
history
diff --git
a/lib/Target/README.txt
b/lib/Target/README.txt
index 2c624c77e9bd93ea7ec6cab6355a400c373ccead..2dd46d29cabe1c78da3c05b0662939991c32b743 100644
(file)
--- a/
lib/Target/README.txt
+++ b/
lib/Target/README.txt
@@
-125,3
+125,6
@@
Can be improved in two ways:
1. The instcombiner should eliminate the type conversions.
2. The X86 backend should turn this into a rotate by one bit.
+//===---------------------------------------------------------------------===//
+
+Add LSR exit value substitution. It'll probably be a win for Ackermann, etc.