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

Chris Lattner lattner at cs.uiuc.edu
Sat Mar 11 12:17:21 PST 2006



Changes in directory llvm/lib/Target:

README.txt updated: 1.15 -> 1.16
---
Log message:

add a note


---
Diffs of the changes:  (+4 -0)

 README.txt |    4 ++++
 1 files changed, 4 insertions(+)


Index: llvm/lib/Target/README.txt
diff -u llvm/lib/Target/README.txt:1.15 llvm/lib/Target/README.txt:1.16
--- llvm/lib/Target/README.txt:1.15	Thu Mar  9 14:13:21 2006
+++ llvm/lib/Target/README.txt	Sat Mar 11 14:17:08 2006
@@ -117,6 +117,10 @@
 
 //===---------------------------------------------------------------------===//
 
+Reassociate should turn: X*X*X*X -> t=(X*X) (t*t) to eliminate a multiply.
+
+//===---------------------------------------------------------------------===//
+
 These two functions should generate the same code on big-endian systems:
 
 int g(int *j,int *l)  {  return memcmp(j,l,4);  }






More information about the llvm-commits mailing list