summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/ARM/bfi.ll
Commit message (Expand)AuthorAgeFilesLines
* [ARM] Regenerate bfi.ll test casesSimon Pilgrim2020-01-071-27/+74
* [ARM] Prefer BIC over BFC in ARM mode.Eli Friedman2017-04-071-6/+6
* Properly check if a CMPZ node is in fact comparing against zeroJames Molloy2015-11-161-0/+11
* [ARM] CMOV->BFI combining: handle both senses of CMPZJames Molloy2015-11-121-0/+11
* [ARM] Combine BFIs togetherJames Molloy2015-11-111-0/+39
* Reapply "[ARM] Combine CMOV into BFI where possible"James Molloy2015-11-101-0/+34
* Revert "[ARM] Combine CMOV into BFI where possible"Renato Golin2015-11-091-23/+0
* [ARM] Combine CMOV into BFI where possibleJames Molloy2015-11-041-0/+23
* [opaque pointer type] Add textual IR support for explicit type parameter to l...David Blaikie2015-02-271-1/+1
* ARM: fixup more tests to specify the target more explicitlySaleem Abdulrasool2014-04-031-1/+1
* Mass update to CodeGen tests to use CHECK-LABEL for labels corresponding to f...Stephen Lin2013-07-141-2/+2
* PerformBFICombine - (bfi A, (and B, Mask1), Mask2) -> (bfi A, B, Mask2) iffEvan Cheng2011-06-151-0/+13
* Fix a bunch of ARM tests to be register allocation independent.Jakob Stoklund Olesen2011-05-031-4/+3
* bfi A, (and B, C1), C2) -> bfi A, B, C2 iff C1 & C2 == C1. rdar://8458663Evan Cheng2010-12-141-0/+13
* (or (and (shl A, #shamt), mask), B) => ARMbfi B, A, ~mask where lsb(mask) == ...Evan Cheng2010-12-111-2/+13
* Update tests to handle MC-inst instruction printing of shift operations. TheJim Grosbach2010-09-171-2/+2
* Add combiner patterns to more effectively utilize the BFI (bitfield insert)Jim Grosbach2010-07-171-0/+23
* Add basic support to code-gen the ARM/Thumb2 bit-field insert (BFI) instructionJim Grosbach2010-07-161-0/+17
OpenPOWER on IntegriCloud