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:
68b951a
)
add a note
author
Chris Lattner
<sabre@nondot.org>
Thu, 19 Jan 2006 02:09:38 +0000
(
02:09
+0000)
committer
Chris Lattner
<sabre@nondot.org>
Thu, 19 Jan 2006 02:09:38 +0000
(
02:09
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25439
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Target/PowerPC/README.txt
patch
|
blob
|
history
diff --git
a/lib/Target/PowerPC/README.txt
b/lib/Target/PowerPC/README.txt
index 4871d794a3bb5f46d4c6979b4b757906c600b5b9..938fff2865149d6af6c8e6cad8c9b7ad5e650f21 100644
(file)
--- a/
lib/Target/PowerPC/README.txt
+++ b/
lib/Target/PowerPC/README.txt
@@
-339,3
+339,7
@@
Squish small scalar globals together into a single global struct, allowing the
address of the struct to be CSE'd, avoiding PIC accesses (also reduces the size
of the GOT on targets with one).
+===-------------------------------------------------------------------------===
+
+Generate lwbrx and other byteswapping load/store instructions when reasonable.
+