[llvm-commits] [llvm] r78968 - /llvm/trunk/lib/Target/ARM/README-Thumb2.txt

Evan Cheng evan.cheng at apple.com
Thu Aug 13 17:16:47 PDT 2009


Author: evancheng
Date: Thu Aug 13 19:16:47 2009
New Revision: 78968

URL: http://llvm.org/viewvc/llvm-project?rev=78968&view=rev
Log:
New entry.

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=78968&r1=78967&r2=78968&view=diff

==============================================================================
--- llvm/trunk/lib/Target/ARM/README-Thumb2.txt (original)
+++ llvm/trunk/lib/Target/ARM/README-Thumb2.txt Thu Aug 13 19:16:47 2009
@@ -1,3 +1,6 @@
 //===---------------------------------------------------------------------===//
 // Random ideas for the ARM backend (Thumb2 specific).
 //===---------------------------------------------------------------------===//
+
+Make sure jumptable destinations are below the jumptable in order to make use
+of tbb / tbh.





More information about the llvm-commits mailing list