[llvm-commits] [llvm] r99815 - /llvm/trunk/lib/Target/ARM/README.txt
Chris Lattner
sabre at nondot.org
Mon Mar 29 10:02:02 PDT 2010
Author: lattner
Date: Mon Mar 29 12:02:02 2010
New Revision: 99815
URL: http://llvm.org/viewvc/llvm-project?rev=99815&view=rev
Log:
add a note.
Modified:
llvm/trunk/lib/Target/ARM/README.txt
Modified: llvm/trunk/lib/Target/ARM/README.txt
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/ARM/README.txt?rev=99815&r1=99814&r2=99815&view=diff
==============================================================================
--- llvm/trunk/lib/Target/ARM/README.txt (original)
+++ llvm/trunk/lib/Target/ARM/README.txt Mon Mar 29 12:02:02 2010
@@ -12,6 +12,9 @@
A few ARMv6T2 ops should be pattern matched: BFI, SBFX, and UBFX
+Interesting optimization for PIC codegen on arm-linux:
+http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43129
+
//===---------------------------------------------------------------------===//
Crazy idea: Consider code that uses lots of 8-bit or 16-bit values. By the
More information about the llvm-commits
mailing list