[llvm-commits] CVS: llvm/lib/Target/PowerPC/README.txt
Chris Lattner
lattner at cs.uiuc.edu
Fri Aug 5 12:18:45 PDT 2005
Changes in directory llvm/lib/Target/PowerPC:
README.txt updated: 1.25 -> 1.26
---
Log message:
add a note
---
Diffs of the changes: (+3 -0)
README.txt | 3 +++
1 files changed, 3 insertions(+)
Index: llvm/lib/Target/PowerPC/README.txt
diff -u llvm/lib/Target/PowerPC/README.txt:1.25 llvm/lib/Target/PowerPC/README.txt:1.26
--- llvm/lib/Target/PowerPC/README.txt:1.25 Wed Jul 27 01:06:29 2005
+++ llvm/lib/Target/PowerPC/README.txt Fri Aug 5 14:18:32 2005
@@ -8,6 +8,9 @@
la r2, lo16(l2__ZTV4Cell)(r2)
addi r2, r2, 8
+* Support 'update' load/store instructions. These are cracked on the G5, but
+ are still a codesize win.
+
* should hint to the branch select pass that it doesn't need to print the
second unconditional branch, so we don't end up with things like:
b .LBBl42__2E_expand_function_8_674 ; loopentry.24
More information about the llvm-commits
mailing list