summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/bmi.ll
AgeCommit message (Expand)AuthorFilesLines
2015-04-04[X86] Don't use GR64 register 'and with immediate' instructions if the immedi...Craig Topper1-1/+1
2015-03-18Add testcases for BEXTR.Josh Magee1-0/+30
2015-02-27[opaque pointer type] Add textual IR support for explicit type parameter to l...David Blaikie1-11/+11
2014-04-22[X86] Don't use BZHI for short masks (>=32 bits). Thanks to Ben Kramer for theLang Hames1-10/+9
2014-04-21llvm/test/CodeGen/X86/bmi.ll: Relax expressions for targeting win32.NAKAMURA Takumi1-2/+2
2014-04-21[X86] ISEL (and X, <constant mask>) to BZHI when BMI2 is available.Lang Hames1-0/+18
2013-09-02Create BEXTR instructions for (and ((sra or srl) x, imm), (2**size - 1)). Fix...Craig Topper1-0/+25
2013-08-30Teach X86 backend to create BMI2 BZHI instructions from (and X, (add (shl 1, ...Craig Topper1-0/+45
2013-07-14Mass update to CodeGen tests to use CHECK-LABEL for labels corresponding to f...Stephen Lin1-33/+33
2012-12-17Add rest of BMI/BMI2 instructions to the folding tables as well as popcnt and...Craig Topper1-0/+76
2011-12-24Use standard promotion for i8 CTTZ nodes and i8 CTLZ nodes when theChandler Carruth1-2/+2
2011-12-24Expand more when we have a nice 'tzcnt' instruction, to avoid generatingChandler Carruth1-0/+28
2011-12-24Tidy up some of these tests.Chandler Carruth1-22/+19
2011-12-12Manually upgrade the test suite to specify the flag to cttz and ctlz.Chandler Carruth1-8/+8
2011-10-21Remove intrinsics for X86 BLSI, BLSMSK, and BLSR intrinsics and replace with ...Craig Topper1-24/+18
2011-10-19Rename PEXTR to PEXT. Add intrinsics for BMI instructions.Craig Topper1-1/+128
2011-10-14Add X86 ANDN instruction. Including instruction selection.Craig Topper1-0/+15
2011-10-14Add X86 TZCNT instruction and patterns to select it. Also added core-avx2 pro...Craig Topper1-0/+38
2011-10-13Revert r141854 because it was causing failures:Bill Wendling1-38/+0
2011-10-13Add X86 TZCNT instruction and patterns to select it. Also added core-avx2 pro...Craig Topper1-0/+38