[llvm-commits] [llvm] r77949 - /llvm/trunk/lib/Target/ARM/README-Thumb2.txt
Evan Cheng
evan.cheng at apple.com
Sun Aug 2 21:08:36 PDT 2009
Author: evancheng
Date: Sun Aug 2 23:08:36 2009
New Revision: 77949
URL: http://llvm.org/viewvc/llvm-project?rev=77949&view=rev
Log:
These are done.
Modified:
llvm/trunk/lib/Target/ARM/README-Thumb2.txt
Modified: llvm/trunk/lib/Target/ARM/README-Thumb2.txt
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/ARM/README-Thumb2.txt?rev=77949&r1=77948&r2=77949&view=diff
==============================================================================
--- llvm/trunk/lib/Target/ARM/README-Thumb2.txt (original)
+++ llvm/trunk/lib/Target/ARM/README-Thumb2.txt Sun Aug 2 23:08:36 2009
@@ -1,11 +1,3 @@
//===---------------------------------------------------------------------===//
// Random ideas for the ARM backend (Thumb2 specific).
//===---------------------------------------------------------------------===//
-
-* We should model IT instructions explicitly. We should introduce them (even if
- if-converter is not run, the function could still contain movcc's) before
- PEI since passes starting from PEI may require exact code size.
-
-//===---------------------------------------------------------------------===//
-
-Make use of TBB and TBH for jumptables in small functions.
More information about the llvm-commits
mailing list