These are done.
authorEvan Cheng <evan.cheng@apple.com>
Mon, 3 Aug 2009 04:08:36 +0000 (04:08 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Mon, 3 Aug 2009 04:08:36 +0000 (04:08 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@77949 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/ARM/README-Thumb2.txt

index 675b1d97250bdaebd968c3354218be1771c86a23..651d39311e0ba4838372e102024955566e67925c 100644 (file)
@@ -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.