summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/X86/avx512-intrinsics.ll
Commit message (Expand)AuthorAgeFilesLines
* [X86] Add a 32-bit command line to avx512-intrinsics.ll. Move all 64-bit mode...Craig Topper2019-01-311-2265/+4320
* [X86] Add new variadic avx512 compress/expand intrinsics that use vXi1 types ...Craig Topper2019-01-281-64/+73
* [X86] Remove GCCBuiltins from 512-bit cvt(u)qqtops, cvt(u)qqtopd, and cvt(u)d...Craig Topper2019-01-261-8/+12
* [X86] Remove and autoupgrade vpmovqd/vpmovwb intrinsics using trunc+select.Craig Topper2019-01-211-13/+15
* [X86] Add X86ISD::VSHLV and X86ISD::VSRLV nodes for psllv and psrlvCraig Topper2019-01-161-8/+20
* [X86] Add test cases for D56695. NFCCraig Topper2019-01-151-0/+48
* [X86] Add ISD node for masked version of CVTPS2PH.Craig Topper2019-01-121-1/+1
* [X86] Add ISD nodes for masked truncate so we can properly represent when the...Craig Topper2019-01-121-48/+48
* [X86] Auto upgrade XOP/AVX512 rotation intrinsics to generic funnel shift int...Simon Pilgrim2018-12-201-192/+0
* [X86] In getScalarMaskingNode, replace scalar_to_vector with a bitcast to v8i...Craig Topper2018-11-211-7/+7
* [X86] Merge the FR128 and VR128 regclass since they have identical spill and ...Craig Topper2018-07-161-70/+70
* [X86] Add patterns to use VMOVSS/SD zero masking for scalar f32/f64 select wi...Craig Topper2018-07-121-6/+4
* [X86] Remove and autoupgrade the scalar fma intrinsics with masking.Craig Topper2018-07-121-105/+382
* [X86] Correct vfixupimm load patterns to look for an integer load, not a floa...Craig Topper2018-07-101-4/+2
* [X86] Add test cases that show failure to fold load into vfixupimm instructio...Craig Topper2018-07-101-1/+23
* [X86] Remove masking from avx512 rotate intrinsics. Use select in IR instead.Craig Topper2018-06-301-32/+144
* [X86] Remove masking from the avx512 packed sqrt intrinsics. Use select in IR...Craig Topper2018-06-291-8/+120
* [X86] Rename the autoupgraded of packed fp compare and fpclass intrinsics tha...Craig Topper2018-06-271-7/+7
* [X86] Go through some tests that still reference old intrinsics that have bee...Craig Topper2018-06-211-3/+7
* [X86] Remove masking from 512-bit floating max/min intrinsics. Use select ins...Craig Topper2018-06-211-36/+48
* [X86] Remove and autoupgrade the expandload and compressstore intrinsics.Craig Topper2018-06-111-225/+0
* [X86] Fix forward declaration in a test case that was messed up in r334358Craig Topper2018-06-101-1/+1
* [X86] Remove masking from the 512-bit masked floating point add/sub/mul/div i...Craig Topper2018-06-101-152/+215
* [X86] Do something sensible when an expand load intrinsic is passed a 0 mask.Craig Topper2018-06-011-0/+9
* [X86] Add isel patterns to use vexpand with zero masking when the passthru va...Craig Topper2018-06-011-8/+4
* [X86] Expand the testing of expand and compress intrinsicsCraig Topper2018-06-011-0/+469
* [X86][AVX512] Replace -cpu=knl with -mattr=+avx512f for avx512-intrinsics testsSimon Pilgrim2018-05-301-26/+52
* [X86] Remove masked vpermi2var/vpermt2var intrinsics and autoupgrade.Craig Topper2018-05-291-48/+59
* [X86] Converge X86ISD::VPERMV3 and X86ISD::VPERMIV3 to a single opcode.Craig Topper2018-05-281-8/+8
* [X86] Remove masking from vpternlog intrinsics. Use a select in IR instead.Craig Topper2018-05-211-22/+26
* [X86] Remove mask arguments from permvar builtins/intrinsics. Use a select in...Craig Topper2018-05-201-28/+44
* [X86] Remove and autoupgrade avx512.vbroadcast.ss/avx512.vbroadcast.sd intrin...Craig Topper2018-05-141-20/+0
* [X86] Remove and autoupgrade the cvtusi2sd intrinsic. Use uitofp+insertelemen...Craig Topper2018-05-141-11/+0
* [X86] Split WriteVecShift/WriteVarVecShift into MMX, XMM and YMM/ZMM schedule...Simon Pilgrim2018-05-031-2/+2
* [X86] Remove the pmuldq/pmuldq intrinsics and replace with native IR.Craig Topper2018-04-131-238/+0
* [X86] Add comments to the end of FMA3 instructions to make the operation clearCraig Topper2018-03-101-25/+25
* [X86] Don't use EXTRACT_ELEMENT from v1i1 with i8/i32 result type when we nee...Craig Topper2018-02-281-12/+12
* [X86] Teach EVEX->VEX pass to turn VRNDSCALE into VROUND when bits 7:4 of the...Craig Topper2018-02-131-3/+3
* [X86] Change signatures of avx512 packed fp compare intrinsics to return a vX...Craig Topper2018-02-101-26/+33
* [x86] Add test cases to demonstrate some dumb mask->gpr->mask transition sequ...Craig Topper2018-02-091-0/+44
* [X86] Remove kortest intrinsics and replace with native IR.Craig Topper2018-02-081-28/+0
* [X86] Remove and autoupgrade kand/kandn/kor/kxor/kxnor/knot intrinsics.Craig Topper2018-02-031-105/+0
* Followup on Proposal to move MIR physical register namespace to '$' sigil.Puyan Lotfi2018-01-311-12/+12
* [X86] Add load folding pattern to EVEX vcvttss2si/vcvtsd2si.Craig Topper2018-01-061-0/+10
* [X86] Canonicalize extract_vector_elt from vXi1 to always return MVT::i32.Craig Topper2017-12-171-12/+12
* [CodeGen] Use MachineOperand::print in the MIRPrinter for MO_Register.Francis Visoiu Mistrih2017-12-071-12/+12
* [x86][AVX512] Lowering kunpack intrinsics to LLVM IRJina Nahias2017-12-051-15/+0
* [CodeGen] Unify MBB reference format in both MIR and debug outputFrancis Visoiu Mistrih2017-12-041-374/+374
* [CodeGen] Print register names in lowercase in both MIR and debug outputFrancis Visoiu Mistrih2017-11-281-13/+13
* [X86] Add test cases for rndscaless/sd intrinsics.Craig Topper2017-11-191-0/+86
OpenPOWER on IntegriCloud