summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/sar_fold64.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-06-12[x86] regenerate checks with update_llc_test_checks.pySanjay Patel
2016-10-17remove FIXME comment (fixed with r284424); NFCSanjay Patel
2016-10-17[DAG] use isConstOrConstSplat in ComputeNumSignBits to optimize SRASanjay Patel
2016-10-17[DAG] optimize away an arithmetic-right-shift of a 0 or -1 valueSanjay Patel
2016-10-17[x86] add tests to show missing DAG folds for arithmetic-shift-rightSanjay Patel
2016-10-17[x86] auto-generate checksSanjay Patel
2015-12-16[X86] Improve shift combiningMichael Kuperstein