add a note, from PR5100
authorChris Lattner <sabre@nondot.org>
Wed, 17 Feb 2010 18:42:24 +0000 (18:42 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 17 Feb 2010 18:42:24 +0000 (18:42 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@96490 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/ARM/README.txt

index 9efb5a1426a5a87bd4ae5a3b8968efbc03c9a826..57b65cf15d02da95c758a558b849f4c3d84d2610 100644 (file)
@@ -10,6 +10,8 @@ Reimplement 'select' in terms of 'SEL'.
 * Implement pre/post increment support.  (e.g. PR935)
 * Implement smarter constant generation for binops with large immediates.
 
+A few ARMv6T2 ops should be pattern matched: BFI, SBFX, and UBFX
+
 //===---------------------------------------------------------------------===//
 
 Crazy idea:  Consider code that uses lots of 8-bit or 16-bit values.  By the