Add combiner patterns to more effectively utilize the BFI (bitfield insert)
authorJim Grosbach <grosbach@apple.com>
Sat, 17 Jul 2010 03:30:54 +0000 (03:30 +0000)
committerJim Grosbach <grosbach@apple.com>
Sat, 17 Jul 2010 03:30:54 +0000 (03:30 +0000)
commit5423856e44a7e4b173af211b0fb0675c44945a58
treebac56b6c0151d1328703beccdcf5e0b34618d6a6
parent879259faa3b24015949f3a3614ce348a7c20e422
Add combiner patterns to more effectively utilize the BFI (bitfield insert)
instruction for non-constant operands. This includes the case referenced
in the README.txt regarding a bitfield copy.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@108608 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/ARM/ARMISelLowering.cpp
lib/Target/ARM/README.txt
test/CodeGen/ARM/bfi.ll
test/CodeGen/Thumb2/bfi.ll