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:
cac7059
)
add a note
author
Chris Lattner
<sabre@nondot.org>
Sun, 5 Mar 2006 20:00:08 +0000
(20:00 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Sun, 5 Mar 2006 20:00:08 +0000
(20:00 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26549
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 4ef42d528a957b57ee8eee62d85c2590c8630746..c369c8f2434cca7dc1bb87592d1f35edcb0be7c8 100644
(file)
--- a/
lib/Target/README.txt
+++ b/
lib/Target/README.txt
@@
-102,3
+102,7
@@
into:
This would be a win on ppc32, but not x86 or ppc64.
//===---------------------------------------------------------------------===//
+
+Shrink: (setlt (loadi32 P), 0) -> (setlt (loadi8 Phi), 0)
+
+//===---------------------------------------------------------------------===//