summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/cmov-promotion.ll
AgeCommit message (Expand)Author
2017-12-07[CodeGen] Use MachineOperand::print in the MIRPrinter for MO_Register.Francis Visoiu Mistrih
2017-12-04[CodeGen] Unify MBB reference format in both MIR and debug outputFrancis Visoiu Mistrih
2017-11-28[CodeGen] Print register names in lowercase in both MIR and debug outputFrancis Visoiu Mistrih
2017-09-22[X86] Combining CMOVs with [ANY,SIGN,ZERO]_EXTEND for cases where CMOV has co...Alexander Ivchenko
2017-09-07[x86] Update to cmov promotion tests for D36711; NFCAlexander Ivchenko
2017-08-16[x86] add cmov promotion tests for D36711; NFCSanjay Patel