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 | 9bc1ed996245b5c4aaea5c08539603d8bd413762 (patch) | |
| tree | 37b28a9925c2c9595421b4adba7360ac8adde32e /llvm/lib/Target | |
| parent | eba1a60ef049b5c4133cf9b023e5e6b407e0b86f (diff) | |
| download | bcm5719-llvm-9bc1ed996245b5c4aaea5c08539603d8bd413762.tar.gz bcm5719-llvm-9bc1ed996245b5c4aaea5c08539603d8bd413762.zip | |
add a note.
llvm-svn: 99815
Diffstat (limited to 'llvm/lib/Target')
| -rw-r--r-- | llvm/lib/Target/ARM/README.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/llvm/lib/Target/ARM/README.txt b/llvm/lib/Target/ARM/README.txt index 57b65cf15d0..85d5ca05913 100644 --- a/llvm/lib/Target/ARM/README.txt +++ b/llvm/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 |

