diff options
author | Chris Lattner <sabre@nondot.org> | 2010-03-29 17:02:02 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2010-03-29 17:02:02 +0000 |
commit | f283e40b6a48368a1713bddbb8556797bfec130b (patch) | |
tree | a63d89a3a4a5b48dff45792548f695235a781ea5 | |
parent | 283d1ceb576849f332df800b7bb1c609786e92b6 (diff) |
add a note.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@99815 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | lib/Target/ARM/README.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/Target/ARM/README.txt b/lib/Target/ARM/README.txt index 57b65cf15d..85d5ca0591 100644 --- a/lib/Target/ARM/README.txt +++ b/lib/Target/ARM/README.txt @@ -12,6 +12,9 @@ Reimplement 'select' in terms of 'SEL'. 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 |