summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/X86/vector-compare-any_of.ll
Commit message (Collapse)AuthorAgeFilesLines
* [X86][SSE2] Fix asm string for movq (Move Quadword) instruction.Ayman Musa2017-04-261-4/+4
| | | | | | | | Replace "mov{d|q}" with "movq". Differential Revision: https://reviews.llvm.org/D32220 llvm-svn: 301386
* [X86] Generate VZEROUPPER for Skylake-avx512.Amjad Aboud2017-03-031-0/+11
| | | | | | | | VZEROUPPER should not be issued on Knights Landing (KNL), but on Skylake-avx512 it should be. Differential Revision: https://reviews.llvm.org/D29874 llvm-svn: 296859
* [X86][SSE] Renamed all_of/any_of reduction patterns testsSimon Pilgrim2017-02-031-75/+75
| | | | | | Make it clear these tests sign-extend the comparison result. Some patterns zero-extend to a bool result that we still need to handle. llvm-svn: 294018
* [X86][SSE] Use MOVMSK for all_of/any_of reduction patternsSimon Pilgrim2017-02-021-271/+109
| | | | | | | | | | This is a first attempt at using the MOVMSK instructions to replace all_of/any_of reduction patterns (i.e. an and/or + shuffle chain). So far this only matches patterns where we are reducing an all/none bits source vector (i.e. a comparison result) but we should be able to expand on this in conjunction with improvements to 'bool vector' handling both in the x86 backend as well as the vectorizers etc. Differential Revision: https://reviews.llvm.org/D28810 llvm-svn: 293880
* [X86][AVX512] Add all_of/any_of avx512vl testsSimon Pilgrim2017-01-171-0/+232
| | | | llvm-svn: 292235
* [X86][SSE] Tests showing horizontal all_of/any_of of vector comparison resultsSimon Pilgrim2017-01-171-0/+801
llvm-svn: 292223
OpenPOWER on IntegriCloud