summaryrefslogtreecommitdiff
path: root/llvm/test/Transforms/LoopVectorize/AArch64
AgeCommit message (Expand)Author
2025-07-02[LV] Add support for partial reductions without a binary op (#133922)David Sherwood
2025-07-02[VPlan] Emit VPVectorEndPointerRecipe for reverse interleave pointer adjustme...Mel Chen
2025-07-01[LV] Use vscale for tuning to improve branch weight estimates (#144733)David Sherwood
2025-06-29[VPlan] Fix crash when trying to narrow interleave group storing const.Florian Hahn
2025-06-29Revert "[VPlan] Allow derived IVs and scalar-steps in narrowing interleave."Florian Hahn
2025-06-29[VPlan] Allow derived IVs and scalar-steps in narrowing interleave.Florian Hahn
2025-06-28[VPlan] Also visit VPBBs outside loop region when unrolling by VF.Florian Hahn
2025-06-27[LV] Add additional tests for narrowing interleave groups.Florian Hahn
2025-06-27[LV] Enable auto-vectorisation of loops with uncountable exits (#133099)David Sherwood
2025-06-27[VPlan] Handle FirstActiveLane when unrolling. (#145394)Florian Hahn
2025-06-26[VPlan] Handle AnyOf when unrolling. (#145340)Florian Hahn
2025-06-24[LV] Replace redundant ExtractLastElement of reduction result (NFC).Florian Hahn
2025-06-23[LV] Add tests showing incorrect vector interleaving with early exits.Florian Hahn
2025-06-22[LV] Add tests with fmax reductions without fast-math flags.Florian Hahn
2025-06-22[VPlan] Support matching constants in narrowInterleaveGroups.Florian Hahn
2025-06-21[LV] Add more tests for narrowing interleave groups with live-ins.Florian Hahn
2025-06-20[LV] Consider whether vscale is a known power of two for iteration check (#14...Philip Reames
2025-06-20[VPlan] Remove redundant ExtractLastElement from vector-to-scalar VPI.Florian Hahn
2025-06-19[VPlan] Fix handling of ReductionStartVector for rdxs when unrolling.Florian Hahn
2025-06-19[LLVM][IRBuilder] Use NUW arithmetic for Create{ElementCount,TypeSize}. (#143...Paul Walker
2025-06-19[LV] Add interleaving test with partial reductions and non-const start.Florian Hahn
2025-06-17[VPlan] Expand VPWidenIntOrFpInductionRecipe into separate recipes (#118638)Luke Lau
2025-06-17[AArch64][VecLib] Add libmvec support for AArch64 targets (#143696)Mary Kassayova
2025-06-16[LV] Update check to find epilogue resume value to check all incoming.Florian Hahn
2025-06-16[LV] Use vscale for tuning when updating profile information (#143690)David Sherwood
2025-06-15[VPlan] Mark VPFirstOrderRecurrencePHI as not reading/writing memory.Florian Hahn
2025-06-15[LV] Add users to some first-order recurrence tests.Florian Hahn
2025-06-13[LV] Use createIterationCountCheck during epilogue skeleton creation.Florian Hahn
2025-06-12[LV] Support scalable interleave groups for factors 3,5,6 and 7 (#141865)Luke Lau
2025-06-09[VPlan] Add ReductionStartVector VPInstruction. (#142290)Florian Hahn
2025-06-08[LV] Reorganize index select tests (NFC).Florian Hahn
2025-06-07[VPlan] Use regular phi printing for resume phis.Florian Hahn
2025-06-05[NFC][LLVM][Instrumentation][LoopVectorize] Regenerate test checks.Paul Walker
2025-06-02[LV] Move VPlan-based calculateRegisterUsage to VPlanAnalysis (NFC). (#135673)Florian Hahn
2025-05-30[NFC][LV] Remove incorrect comment about lack of support (#142126)Madhur Amilkanthwar
2025-05-29[VPlan] Use EMIT-SCALAR for single-scalar VPPhis (NFC).Florian Hahn
2025-05-29[VPlan] Use EMIT-SCALAR when printing single-scalar VPInstructions. (#141428)Florian Hahn
2025-05-29[VPlan] Implement VPlan-based cost model for VPReduction, VPExtendedReduction...Elvis Wang
2025-05-28[NFC][LLVM] Tests for vectorisation of loops with vscale base trip counts.Paul Walker
2025-05-28[VPlan] Use InstSimplifyFolder instead of TargetFolder (#141222)Ramkumar Ramachandra
2025-05-27[VPlan] Connect Entry to scalar preheader during initial construction. (#140132)Florian Hahn
2025-05-26[LV] Add tests for more interleave group factors on AArch64 and RISC-V. NFCLuke Lau
2025-05-24[VPlan] Replace VPRegionBlock with explicit CFG before execute (NFCI). (#117506)Florian Hahn
2025-05-24[InstCombine] Don't cover up poison elements for shifts when folding shuffles...Luke Lau
2025-05-22Fix regression tests with bad FileCheck checks (#140373)Mohammad Bashir
2025-05-20[VPlan] Introduce constant folder in simplifyRecipe (#125365)Ramkumar Ramachandra
2025-05-19[LoopVectorizer] Prune VFs based on plan register pressure (#132190)Sam Tebbs
2025-05-14[VPlan] Use VPlan operand order for VPBlendRecipes. (#139475)Florian Hahn
2025-05-10[VPlan] Use printPhiOperands for VPPhi.Florian Hahn
2025-05-09[VPlan] Manage noalias/alias_scope metadata in VPlan. (#136450)Florian Hahn