aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/Thumb2/bfi.ll
AgeCommit message (Expand)Author
2011-05-04Fix more register and coalescing dependencies.Jakob Stoklund Olesen
2011-04-25Make tests more useful.Benjamin Kramer
2011-03-26Fix the bfi handling for or (and a mask) (and b mask). We need the twoEric Christopher
2010-12-11(or (and (shl A, #shamt), mask), B) => ARMbfi B, A, ~mask where lsb(mask) == ...Evan Cheng
2010-07-17Add combiner patterns to more effectively utilize the BFI (bitfield insert)Jim Grosbach
2010-07-16Add basic support to code-gen the ARM/Thumb2 bit-field insert (BFI) instructionJim Grosbach