summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/X86/cmov-promotion.ll
Commit message (Expand)AuthorAgeFilesLines
* Teach the DAGCombine to fold this pattern(c1 and c2 is constant).QingShan Zhang2019-06-261-37/+34
* [X86] X86ISelLowering::combineSextInRegCmov(): also handle i8 CMOV'sRoman Lebedev2019-03-151-12/+9
* [X86] Promote i8 CMOV's (PR40965)Roman Lebedev2019-03-151-36/+21
* [X86] Allow CMOVs of constants to be sign extended from i32.Craig Topper2018-02-161-4/+3
* [X86] Don't zero_extend cmov up to i64, stop at i32.Craig Topper2018-02-161-1/+1
* Followup on Proposal to move MIR physical register namespace to '$' sigil.Puyan Lotfi2018-01-311-4/+4
* [CodeGen] Use MachineOperand::print in the MIRPrinter for MO_Register.Francis Visoiu Mistrih2017-12-071-4/+4
* [CodeGen] Unify MBB reference format in both MIR and debug outputFrancis Visoiu Mistrih2017-12-041-42/+42
* [CodeGen] Print register names in lowercase in both MIR and debug outputFrancis Visoiu Mistrih2017-11-281-4/+4
* [X86] Combining CMOVs with [ANY,SIGN,ZERO]_EXTEND for cases where CMOV has co...Alexander Ivchenko2017-09-221-28/+20
* [x86] Update to cmov promotion tests for D36711; NFCAlexander Ivchenko2017-09-071-8/+226
* [x86] add cmov promotion tests for D36711; NFCSanjay Patel2017-08-161-0/+107
OpenPOWER on IntegriCloud