New note
authorChris Lattner <sabre@nondot.org>
Sun, 2 Apr 2006 01:47:20 +0000 (01:47 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 2 Apr 2006 01:47:20 +0000 (01:47 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27337 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/README.txt

index afb268d2e45de52e9d266292fb728cb2fb85cb6f..23503517c0721f6504bf59867ecfe9a652028ce1 100644 (file)
@@ -166,3 +166,9 @@ v4sf example(float *P) {
 
 //===---------------------------------------------------------------------===//
 
+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!
+
+//===---------------------------------------------------------------------===//