[llvm-commits] CVS: llvm/lib/Target/README.txt
Evan Cheng
evan.cheng at apple.com
Sat Mar 18 22:09:36 PST 2006
Changes in directory llvm/lib/Target:
README.txt updated: 1.22 -> 1.23
---
Log message:
Remind us of exit value substitution
---
Diffs of the changes: (+3 -0)
README.txt | 3 +++
1 files changed, 3 insertions(+)
Index: llvm/lib/Target/README.txt
diff -u llvm/lib/Target/README.txt:1.22 llvm/lib/Target/README.txt:1.23
--- llvm/lib/Target/README.txt:1.22 Thu Mar 16 19:40:33 2006
+++ llvm/lib/Target/README.txt Sun Mar 19 00:09:23 2006
@@ -125,3 +125,6 @@
1. The instcombiner should eliminate the type conversions.
2. The X86 backend should turn this into a rotate by one bit.
+//===---------------------------------------------------------------------===//
+
+Add LSR exit value substitution. It'll probably be a win for Ackermann, etc.
More information about the llvm-commits
mailing list