summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/shift-bmi2.ll
AgeCommit message (Expand)Author
2017-12-04[CodeGen] Unify MBB reference format in both MIR and debug outputFrancis Visoiu Mistrih
2017-07-23[X86] Add patterns for memory forms of SARX/SHLX/SHRX with careful complexity...Craig Topper
2017-07-20[X86] Use SARX/SHLX/SHLX instructions for (shift x (and y, (BitWidth-1)))Craig Topper
2017-07-20[X86] Add test cases for (shift x (and y, (BitWidth-1))) to the BMI2 shift test.Craig Topper
2017-07-20[X86] Regenerate shift-and.ll and shift-bmi2.ll using update_llc_test_checks.py.Craig Topper
2017-07-20[X86] Remove outdated bug comment from a test.Craig Topper
2015-08-11Allow PeepholeOptimizer to fold a few more casesMichael Kuperstein
2015-02-27[opaque pointer type] Add textual IR support for explicit type parameter to l...David Blaikie
2013-10-15Enable MI Sched for x86.Andrew Trick
2013-07-18Disambiguate function names in some CodeGen tests. (Some tests were using fun...Stephen Lin
2013-06-25Revert "Temporarily enable MI-Sched on X86."Andrew Trick
2013-06-24Temporarily enable MI-Sched on X86.Andrew Trick
2012-09-26Add SARX/SHRX/SHLX code generation supportMichael Liao