summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/X86/avx512bw-intrinsics-fast-isel.ll
Commit message (Expand)AuthorAgeFilesLines
* [X86][AVX512] Cleanup intrinsics testsSimon Pilgrim2018-06-031-331/+267
* [X86] Add unmasked vermi2var intrinsics so we can use explicit select instruc...Craig Topper2018-05-291-0/+92
* [X86] Add fast isel tests for some of the avx512 truncate intrinsics to match...Craig Topper2018-05-151-0/+60
* Correct dwarf unwind information in function epiloguePetar Jovanovic2018-04-241-0/+2
* [X86] Add DAG combine to turn (bitcast (and/or/xor (bitcast X), Y)) -> (and/o...Craig Topper2018-02-041-16/+12
* [X86] Legalize (v64i1 (bitcast (i64 X))) on 32-bit targets by extracting 32-b...Craig Topper2018-02-021-2116/+22
* [X86] Legalize (i64 (bitcast (v64i1 X))) on 32-bit targets by extracting to v...Craig Topper2018-02-021-61/+30
* [MachineCopyPropagation] Extend pass to do COPY source forwardingGeoff Berry2018-02-011-16/+16
* [X86] Rewrite vXi1 element insertion by using a vXi1 scalar_to_vector and ins...Craig Topper2018-01-231-248/+248
* [X86] Don't reorder (srl (and X, C1), C2) if (and X, C1) can be matched as a ...Craig Topper2018-01-231-744/+724
* [X86] Autoupgrade kunpck intrinsics using vector operations instead of scalar...Craig Topper2018-01-141-40/+28
* [X86] Handle alls version of vXi1 insert_vector_elt with a constant index wit...Craig Topper2017-12-081-2510/+1805
* [x86][AVX512] Lowering kunpack intrinsics to LLVM IRJina Nahias2017-12-051-8/+119
* [CodeGen] Unify MBB reference format in both MIR and debug outputFrancis Visoiu Mistrih2017-12-041-64/+64
* [X86] test/testn intrinsics lowering to IR. llvm part.Uriel Korach2017-11-131-0/+1650
* Revert "Correct dwarf unwind information in function epilogue for X86"Reid Kleckner2017-11-081-2/+0
* Reland "Correct dwarf unwind information in function epilogue for X86"Petar Jovanovic2017-11-071-0/+2
* Revert "Correct dwarf unwind information in function epilogue for X86"Petar Jovanovic2017-11-011-2/+0
* Correct dwarf unwind information in function epilogue for X86Petar Jovanovic2017-11-011-0/+2
* [X86] Add a pass to convert instruction chains between domains.Guy Blank2017-10-221-16/+8
* [MC] Suppress .Lcfi labels when emitting textual assemblyReid Kleckner2017-10-101-4/+0
* [x86] swap order of srl (and X, C1), C2 when it saves sizeSanjay Patel2017-09-221-12/+12
* [x86] Lowering Mask Set1 intrinsics to LLVM IRJina Nahias2017-09-191-0/+1507
* [X86][AVX512BW] Added BROADCAST intrinsics fast-isel generic IR testsSimon Pilgrim2016-07-051-0/+120
* [X86][AVX512] Add support for UNPCK masked shuffle commentsSimon Pilgrim2016-07-031-16/+16
* [X86][AVX512] Add fast-isel shuffle testsSimon Pilgrim2016-07-021-0/+293
OpenPOWER on IntegriCloud