[llvm-commits] CVS: llvm/lib/Target/PowerPC/README.txt

Chris Lattner lattner at cs.uiuc.edu
Mon Oct 17 23:31:02 PDT 2005



Changes in directory llvm/lib/Target/PowerPC:

README.txt updated: 1.32 -> 1.33
---
Log message:

add a case


---
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.32 llvm/lib/Target/PowerPC/README.txt:1.33
--- llvm/lib/Target/PowerPC/README.txt:1.32	Sun Oct 16 00:39:50 2005
+++ llvm/lib/Target/PowerPC/README.txt	Tue Oct 18 01:30:51 2005
@@ -24,6 +24,9 @@
         rlwinm r3, r2, 0, 16, 31
         blr
 
+and:
+  extern int X, Y; int* test(int C) { return C? &X : &Y; }
+as one load when using --enable-pic.
 
 * Support 'update' load/store instructions.  These are cracked on the G5, but
   are still a codesize win.






More information about the llvm-commits mailing list