add a note.

llvm-svn: 99815
This commit is contained in:
Chris Lattner 2010-03-29 17:02:02 +00:00
parent 01d6e19c75
commit 6a8b488d78

View File

@ -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