summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/vector-tzcnt-512.ll
AgeCommit message (Expand)AuthorFilesLines
2016-04-22[AVX512] Teach lowering to use vplzcntd/q to implement 128/256-bit CTTZ_ZERO_...Craig Topper1-0/+1
2016-04-21[AVX512] Add CTTZ support for v8i64 and v16i32 vectors.Craig Topper1-182/+166
2016-04-21[X86] Fix vector-tzcnt-512 test to disable CDI while enabling BWI for one of ...Craig Topper1-18/+134
2016-04-21Fix test command line to explicitly disable CDI instructions for one test.Craig Topper1-1/+1
2016-04-21[AVX512] Add support for lowering CTTZ v64i8 and v32i16 with BWI instructions.Craig Topper1-729/+125
2016-04-20[AVX512] Update vector-tzcnt-512 test to show how bad v32i16 and v64i8 is wit...Craig Topper1-113/+859
2015-11-23Make utils/update_llc_test_checks.py note that the assertions areJames Y Knight1-0/+1
2015-09-19[X86][SSE] Vectorize CTTZ + CTTZ_ZERO_UNDEFSimon Pilgrim1-809/+112
2015-09-05[X86] Updated vector tzcnt tests. Added vec512 tests.Simon Pilgrim1-0/+967