summaryrefslogtreecommitdiff
path: root/llvm/test/Transforms/SLPVectorizer/SystemZ
AgeCommit message (Expand)Author
2025-09-12[llvm] Regenerate test checks including TBAA semantics (NFC)Antonio Frighetto
2025-07-11[SLP]Remove emission of vector_insert/vector_extract intrinsicsAlexey Bataev
2025-06-17[SLP]Fix a crash on an subvector size calculation for non-power-of-2 vectorAlexey Bataev
2025-04-30[SLPVectorizer] Move X86 specific handling into X86TTIImpl. (#137830)Jonas Paulsson
2025-04-15[SLP][REVEC] VectorValuesAndScales should be supported by REVEC. (#135762)Han-Kuan Chen
2025-04-11[SLP]Fix a crash when trying to reduce in revec after minbitwidth analysisAlexey Bataev
2025-04-11[SLP]Synchronize cost of gather/buildvector nodes with codegenAlexey Bataev
2025-04-11Support z17 processor name and scheduler description (#135254)Ulrich Weigand
2025-02-24[SLP][REVEC] Fix scalar mask is passed to getScalarizationOverhead but the ty...Han-Kuan Chen
2025-02-21[SLP]Represent SLP graph as a treeAlexey Bataev
2025-02-11[SLP]Fix attempt to build the reorder mask for non-adjusted reuse maskAlexey Bataev
2025-01-29[IR] Convert from nocapture to captures(none) (#123181)Nikita Popov
2024-12-03[SystemZ] Add realistic cost estimates for vector reduction intrinsics (#118319)Dominik Steenken
2024-11-29[SLPVectorizer, TargetTransformInfo, SystemZ] Improve SLP getGatherCost(). (...Jonas Paulsson
2024-11-26[SLP][REVEC] getScalarizationOverhead should not be used when ScalarTy is Fix...Han-Kuan Chen
2024-11-06[LLVM][IR] Use splat syntax when printing Constant[Data]Vector. (#112548)Paul Walker
2024-10-25[System] Precommit of test for #112491 (#113704)Jonas Paulsson
2024-10-24[SLP]Do correct signedness analysis for externally used scalarsAlexey Bataev
2024-10-14[SLP][NFC]Replace more unreachable terminators by rets, NFCAlexey Bataev
2024-10-01[SLP][REVEC] getTypeSizeInBits should apply to scalar type instead of FixedVe...Han-Kuan Chen
2024-08-27[SLP] Remove -slp-optimize-identity-hor-reduction-ops option (#106238)Philip Reames
2024-08-23[SLP]Improve/fix subvectors in gather/buildvector nodes handlingAlexey Bataev
2024-08-22Revert "[SLP]Improve/fix subvectors in gather/buildvector nodes handling" (#1...Vitaly Buka
2024-08-22[SLP]Improve/fix subvectors in gather/buildvector nodes handlingAlexey Bataev
2024-08-08[SLP]Add index of the node to the short name output.Alexey Bataev
2024-07-22[SLP]Fix PR99899: Use canonical type instead of original vector of ptr.Alexey Bataev
2024-07-09[SLP]Keep the original order in the reductions.Alexey Bataev
2024-07-08[SLP]Improve instruction reordering mode detection.Alexey Bataev
2024-05-09[SLP]Fix PR91467: Look through scalar cast, when trying to cast to another type.Alexey Bataev
2024-05-08Revert "[SLP]Fix PR91467: Look through scalar cast, when trying to cast to an...Arthur Eubanks
2024-05-08[SLP]Fix PR91467: Look through scalar cast, when trying to cast to another type.Alexey Bataev
2024-04-29[SLP]Support minbitwidth analisys for buildvector nodes.Alexey Bataev
2024-04-03[SLP]Fix PR87477: fix alternate node cast cost/codegen.Alexey Bataev
2024-04-02[SLP]Fix PR80027: handle case when ext is not reduced but its operand is.Alexey Bataev
2024-03-27[SLP]Fix PR86763: do not truncate reductions to the demanded bits size.Alexey Bataev
2024-03-26[SLP]Fix PR80027: include initial trunc nodes to the demoted values.Alexey Bataev
2024-02-12[SLP]FIx PR81403: compiler crah because wrongly resized vector value.Alexey Bataev
2024-01-30[SLP]Fix PR80027: Fix costs processing for minbitwidth types.Alexey Bataev
2024-01-23[SLP]Fix PR79193: skip analysis of gather nodes for minbitwidth.Alexey Bataev
2023-08-30[slp] Tweak debug costing output to include VLPhilip Reames
2023-05-17[NFC][Py Reformat] Reformat lit.local.cfg python files in llvmTobias Hieta
2023-04-27[IR] Change shufflevector undef mask to poisonManuelJBrito
2023-03-28Revert "[SLP] Check with target before vectorizing GEP Indices."Florian Hahn
2023-02-23[SLP] Check with target before vectorizing GEP Indices.Jonas Paulsson
2022-12-23[SLP] Convert some tests to opaque pointers (NFC)Nikita Popov
2022-10-13[test][SLPVectorizer] Use -passes syntax in RUN lines. NFCBjorn Pettersson
2022-05-26[SLP]Fix PR55653: emit undefs where required, not poison.Alexey Bataev
2022-03-28[slp] Delete dead scalar instructions feeding vectorized instructionsPhilip Reames
2022-03-25Reapply "[SLP] Schedule only sub-graph of vectorizable instructions"" (try 3)Philip Reames
2022-03-03Revert "Reapply "[SLP] Schedule only sub-graph of vectorizable instructions"""Philip Reames