summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/X86/tbm_patterns.ll
Commit message (Expand)AuthorAgeFilesLines
* [CodeGen] Use MachineOperand::print in the MIRPrinter for MO_Register.Francis Visoiu Mistrih2017-12-071-5/+5
* [CodeGen] Unify MBB reference format in both MIR and debug outputFrancis Visoiu Mistrih2017-12-041-68/+68
* [CodeGen] Print register names in lowercase in both MIR and debug outputFrancis Visoiu Mistrih2017-11-281-5/+5
* [X86] Don't select (cmp (and, imm), 0) to testwCraig Topper2017-09-281-2/+2
* Revert r314249 "Recommit r314151 "[X86] Make all the NOREX CodeGenOnly instru...Craig Topper2017-09-271-2/+2
* Recommit r314151 "[X86] Make all the NOREX CodeGenOnly instructions into post...Craig Topper2017-09-261-2/+2
* Revert "[X86] Make all the NOREX CodeGenOnly instructions into postRA pseudos...Benjamin Kramer2017-09-261-2/+2
* [X86] Make all the NOREX CodeGenOnly instructions into postRA pseudos like th...Craig Topper2017-09-251-2/+2
* [X86] Move matching of (and (srl/sra, C), (1<<C) - 1) to BEXTR/BEXTRI instruc...Craig Topper2017-09-121-2/+28
* [X86] Add patterns to show more failures to use TBM instructions when we're t...Craig Topper2017-08-251-0/+331
* [X86] Add TBM instructions to X86InstrInfo::isDefConvertible.Craig Topper2017-08-251-18/+1
* [x86] Fix an amazing goof in the handling of sub, or, and xor lowering.Chandler Carruth2017-08-251-79/+49
* [X86][TBM] Add tests showing failure to fold RFLAGS result into TBM instructi...Simon Pilgrim2017-08-131-2/+325
* [X86] Use BEXTR/BEXTRI for 64-bit 'and' with a large maskCraig Topper2017-08-011-0/+20
* [x86] auto-generate complete checks for tests; NFCSanjay Patel2017-07-031-250/+252
* [opaque pointer type] Add textual IR support for explicit type parameter to l...David Blaikie2015-02-271-2/+2
* Add an additional pattern for BLCI since opt can turn (not (add x, 1)) into (...Craig Topper2013-10-051-0/+20
* Remove duplicated test cases that occurred when I applied the same patch file...Craig Topper2013-10-031-233/+0
* Add patterns for selecting TBM instructions from logical operations. Patch fr...Craig Topper2013-10-031-0/+466
OpenPOWER on IntegriCloud