[llvm-commits] CVS: llvm/lib/Target/README.txt
Chris Lattner
lattner at cs.uiuc.edu
Sat Apr 1 17:47:31 PST 2006
Changes in directory llvm/lib/Target:
README.txt updated: 1.27 -> 1.28
---
Log message:
New note
---
Diffs of the changes: (+6 -0)
README.txt | 6 ++++++
1 files changed, 6 insertions(+)
Index: llvm/lib/Target/README.txt
diff -u llvm/lib/Target/README.txt:1.27 llvm/lib/Target/README.txt:1.28
--- llvm/lib/Target/README.txt:1.27 Fri Mar 31 22:08:29 2006
+++ llvm/lib/Target/README.txt Sat Apr 1 19:47:20 2006
@@ -166,3 +166,9 @@
//===---------------------------------------------------------------------===//
+We should constant fold packed type casts at the LLVM level, regardless of the
+cast. Currently we cannot fold some casts because we don't have TargetData
+information in the constant folder, so we don't know the endianness of the
+target!
+
+//===---------------------------------------------------------------------===//
More information about the llvm-commits
mailing list