summaryrefslogtreecommitdiff
path: root/llvm/test/Transforms/LoopVectorize/iv_outside_user.ll
AgeCommit message (Expand)Author
2025-01-06[VPlan] Make sure last IV increment value is available if needed.Florian Hahn
2025-01-06[LV] Add test case for #121745.Florian Hahn
2024-12-30[LV] Check IR generated for both interleaving and vectorizing in test.Florian Hahn
2024-12-30[LV] Add additional tests with induction users.Florian Hahn
2024-11-06[LLVM][IR] Use splat syntax when printing Constant[Data]Vector. (#112548)Paul Walker
2024-10-23[LV] Regenerate check-lines for some tests.Florian Hahn
2024-10-10[LV] Compute value of escaped induction based on the computed end value. (#11...Florian Hahn
2024-07-14[VPlan] Don't add live-outs for IV phis.Florian Hahn
2024-01-31[VPlan] Preserve original induction order when creating scalar steps.Florian Hahn
2023-06-12[LoopVectorize] Convert most tests to opaque pointers (NFC)Nikita Popov
2023-01-18[AsmParser] Remove typed pointer auto-detectionNikita Popov
2022-12-05[NFC] Port all runlines for LoopVectorize pass tests to -passes syntaxRoman Lebedev
2022-05-21[VPlan] Model first exit values using VPLiveOut.Florian Hahn
2022-03-13[LV] Create & use VPScalarIVSteps for all scalar users.Florian Hahn
2022-02-28[LV] Remove induction recipes only used outside vector loop.Florian Hahn
2022-02-28[LV] Add test with dead induction in vector loop used outside.Florian Hahn
2022-02-28[LV] Add test with IV that needs scalar steps and user outside of loop.Florian Hahn
2019-04-17Revert "Temporarily Revert "Add basic loop fusion pass.""Eric Christopher
2019-04-17Temporarily Revert "Add basic loop fusion pass."Eric Christopher
2018-10-08[LV] Do not create SCEVs on broken IR in emitTransformedIndex. PR39160Max Kazantsev
2017-07-19[LV] Test once if vector trip count is zero, instead of twiceAyal Zaks
2017-01-09[LV] Fix-up external IV users after updating dominator treeMatthew Simpson
2016-07-12[LV] Remove wrong assumption about LCSSAMichael Kuperstein
2016-07-06[LV] Don't widen trivial induction variablesMatthew Simpson
2016-06-15Recommit [LV] Enable vectorization of loops where the IV has an external useMichael Kuperstein
2016-06-14Reverting r272715 since it broke libcxx.Michael Kuperstein
2016-06-14[LV] Enable vectorization of loops where the IV has an external useMichael Kuperstein