summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/X86/avx512-logic.ll
Commit message (Expand)AuthorAgeFilesLines
* [X86] Pass v32i16/v64i8 in zmm registers on KNL target.Craig Topper2019-08-301-16/+16
* [X86] Stop promoting vector and/or/xor/andn to vXi64.Craig Topper2018-10-261-5/+5
* [CodeGen] Unify MBB reference format in both MIR and debug outputFrancis Visoiu Mistrih2017-12-041-80/+80
* [AVX512] Don't use 32-bit elements version of AND/OR/XOR/ANDN during isel unl...Craig Topper2017-08-301-5/+5
* x86] adjust test constants to maintain coverage; NFCSanjay Patel2017-06-181-12/+12
* [AVX-512] Fix accidental uses of AH/BH/CH/DH after copies to/from mask registersCraig Topper2017-03-281-25/+25
* [AVX-512] Add execution domain fixing for logical operations with broadcast l...Craig Topper2016-09-021-8/+18
* [AVX-512] Add patterns to select masked logical operations if the select has ...Craig Topper2016-08-311-64/+32
* [AVX-512] Add test cases for masked floating point logic operations with bitc...Craig Topper2016-08-311-0/+389
* [AVX-512] Promote AND/OR/XOR to v2i64/v4i64/v8i64 even when we have AVX512F/A...Craig Topper2016-08-281-18/+33
* [AVX-512] Add tests to show that we don't select masked logic ops if there ar...Craig Topper2016-08-281-0/+51
* [AVX-512] Add support for execution domain switching masked logical ops betwe...Craig Topper2016-08-091-0/+150
* [AVX-512] Fix duplicate column in AVX512 execution dependency table that was ...Craig Topper2016-08-011-4/+9
* [AVX512] Add initial support for the Execution Domain fixing pass to change s...Craig Topper2016-07-221-8/+8
* [AVX512] Add support for 512-bit ANDN now that all ones build vectors survive...Craig Topper2016-07-111-0/+66
* AVX512BW: Enable AND/OR/XOR vector byte/word paked operation by promoting to ...Igor Breger2015-12-211-28/+136
* [opaque pointer type] Add textual IR support for explicit type parameter to l...David Blaikie2015-02-271-2/+2
* [AVX512] Enabling bit logic loweringRobert Khasanov2014-12-121-0/+101
OpenPOWER on IntegriCloud