summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/X86/bitcast-int-to-vector-bool-sext.ll
Commit message (Expand)AuthorAgeFilesLines
* [X86][AVX1] Combine concat_vectors(pshufd(x,c),pshufd(y,c)) -> vpermilps(conc...Simon Pilgrim2019-07-041-6/+3
* [X86][SSE] Fold scalar_to_vector(i64 anyext(x)) -> bitcast(scalar_to_vector(i...Simon Pilgrim2019-03-151-14/+7
* [X86] Stop promoting vector and/or/xor/andn to vXi64.Craig Topper2018-10-261-1/+1
* [X86][AVX] Enable lowerVectorShuffleAsLanePermuteAndPermute v16i16/v32i8 unar...Simon Pilgrim2018-10-211-62/+21
* [X86] Add 128 MOVDDUP to the constant pool printing in X86AsmPrinter::EmitIns...Craig Topper2018-10-151-1/+2
* Followup on Proposal to move MIR physical register namespace to '$' sigil.Puyan Lotfi2018-01-311-9/+9
* X86 Tests: Update more isel tests with FastVariableShuffle featureZvi Rackover2018-01-091-35/+65
* [X86] Add a DAG combine to fix (v4i1 (bitcast (i4))) before type legalization...Craig Topper2017-12-311-3/+0
* [X86] Prevent combining (v8i1 (bitconvert (i8 load)))->(v8i1 load) if we don'...Craig Topper2017-12-311-9/+3
* [X86][SSE] Match PSHUFLW/PSHUFHW + PSHUFD vXi16 shuffle patterns (PR34686)Simon Pilgrim2017-12-291-16/+16
* [X86] When lowering extending loads from v2i1/v4i1, if we have VLX, use a nar...Craig Topper2017-12-281-9/+6
* [CodeGen] Use MachineOperand::print in the MIRPrinter for MO_Register.Francis Visoiu Mistrih2017-12-071-12/+12
* [CodeGen] Unify MBB reference format in both MIR and debug outputFrancis Visoiu Mistrih2017-12-041-49/+49
* [CodeGen] Print register names in lowercase in both MIR and debug outputFrancis Visoiu Mistrih2017-11-281-12/+12
* [X86][SSE] Add support for extending bool vectors bitcasted from scalarsSimon Pilgrim2017-09-241-3194/+438
* Revert "[MachineCopyPropagation] Extend pass to do COPY source forwarding"Geoff Berry2017-08-171-4/+4
* [MachineCopyPropagation] Extend pass to do COPY source forwardingGeoff Berry2017-08-161-4/+4
* [X86][SSE] Tests for bitcasting iX integers to vXi1 boolean vectorsSimon Pilgrim2017-07-061-0/+3483
OpenPOWER on IntegriCloud