aboutsummaryrefslogtreecommitdiff
path: root/llvm/test/Transforms/LoopVectorize/X86/x86-interleaved-accesses-masked-group.ll
AgeCommit message (Expand)AuthorFilesLines
2021-03-08[LoopVectorize] Fix VPRecipeBuilder::createEdgeMask to correctly generate the...Juneyoung Lee1-6/+6
2021-01-06[SLP,LV] Use poison constant vector for shufflevector/initial insertelementJuneyoung Lee1-32/+32
2020-12-30[IR] Let IRBuilder's CreateVectorSplat/CreateShuffleVector use poison as plac...Juneyoung Lee1-87/+87
2020-12-17[SimplifyCFG] TryToSimplifyUncondBranchFromEmptyBlock() already knows how to ...Roman Lebedev1-2/+2
2020-10-11[LV] Tail folded inloop reductions.David Green1-140/+140
2020-05-13Recommit #2: "[LV] Induction Variable does not remain scalar under tail-foldi...Sjoerd Meijer1-191/+1730
2020-05-08Revert "Recommit "[LV] Induction Variable does not remain scalar under tail-f...Benjamin Kramer1-1734/+200
2020-05-07Recommit "[LV] Induction Variable does not remain scalar under tail-folding."Sjoerd Meijer1-200/+1734
2020-05-07Revert "[LV] Induction Variable does not remain scalar under tail-folding."Sjoerd Meijer1-1734/+200
2020-05-07[LV] Induction Variable does not remain scalar under tail-folding.Sjoerd Meijer1-200/+1734
2020-04-26[LV] Fix recording of BranchTakenCount for FoldTailAyal Zaks1-4/+4
2020-02-01[ValueTracking] Add DemandedElts support to computeKnownBits/ComputeNumSignBi...Simon Pilgrim1-2/+2
2019-04-17Revert "Temporarily Revert "Add basic loop fusion pass.""Eric Christopher1-0/+826
2019-04-17Temporarily Revert "Add basic loop fusion pass."Eric Christopher1-826/+0
2018-10-31[LV] Support vectorization of interleave-groups that require an epilog underDorit Nuzman1-70/+235
2018-10-24[LV] Don't have fold-tail under optsize invalidate interleave-groups whenDorit Nuzman1-0/+387
2018-10-22[IAI,LV] Avoid creating a scalar epilogue due to gaps in interleave-groups when Dorit Nuzman1-2/+112
2018-10-14recommit 344472 after fixing build failure on ARM and PPC.Dorit Nuzman1-0/+164
2018-10-14revert 344472 due to failures.Dorit Nuzman1-164/+0
2018-10-14[IAI,LV] Add support for vectorizing predicated strided accesses using maskedDorit Nuzman1-0/+164