[llvm-commits] [llvm] r45408 - /llvm/trunk/lib/Target/README.txt
Chris Lattner
sabre at nondot.org
Sat Dec 29 11:38:02 PST 2007
Author: lattner
Date: Sat Dec 29 13:38:02 2007
New Revision: 45408
URL: http://llvm.org/viewvc/llvm-project?rev=45408&view=rev
Log:
this is done.
Modified:
llvm/trunk/lib/Target/README.txt
Modified: llvm/trunk/lib/Target/README.txt
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/README.txt?rev=45408&r1=45407&r2=45408&view=diff
==============================================================================
--- llvm/trunk/lib/Target/README.txt (original)
+++ llvm/trunk/lib/Target/README.txt Sat Dec 29 13:38:02 2007
@@ -131,13 +131,6 @@
//===---------------------------------------------------------------------===//
-We should constant fold vector 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!
-
-//===---------------------------------------------------------------------===//
-
Add support for conditional increments, and other related patterns. Instead
of:
More information about the llvm-commits
mailing list