Fix the bfi handling for or (and a mask) (and b mask). We need the two
[oota-llvm.git] / test / CodeGen / Thumb2 / bfi.ll
2011-03-26 Eric ChristopherFix the bfi handling for or (and a mask) (and b mask...
2010-12-11 Evan Cheng(or (and (shl A, #shamt), mask), B) => ARMbfi B, A...
2010-07-17 Jim GrosbachAdd combiner patterns to more effectively utilize the...
2010-07-16 Jim GrosbachAdd basic support to code-gen the ARM/Thumb2 bit-field...