[llvm-commits] CVS: llvm/lib/Target/README.txt
Chris Lattner
lattner at cs.uiuc.edu
Thu Aug 24 16:03:47 PDT 2006
Changes in directory llvm/lib/Target:
README.txt updated: 1.34 -> 1.35
---
Log message:
Owen implemented this.
---
Diffs of the changes: (+0 -11)
README.txt | 11 -----------
1 files changed, 11 deletions(-)
Index: llvm/lib/Target/README.txt
diff -u llvm/lib/Target/README.txt:1.34 llvm/lib/Target/README.txt:1.35
--- llvm/lib/Target/README.txt:1.34 Tue May 30 16:29:15 2006
+++ llvm/lib/Target/README.txt Thu Aug 24 18:03:33 2006
@@ -140,17 +140,6 @@
//===---------------------------------------------------------------------===//
-The loop unroller should be enhanced to be able to unroll loops that aren't
-single basic blocks. It should be able to handle stuff like this:
-
- for (i = 0; i < c1; ++i)
- if (c2 & (1 << i))
- foo
-
-where c1/c2 are constants.
-
-//===---------------------------------------------------------------------===//
-
For packed types, TargetData.cpp::getTypeInfo() returns alignment that is equal
to the type size. It works but can be overly conservative as the alignment of
specific packed types are target dependent.
More information about the llvm-commits
mailing list