[all-commits] [llvm/llvm-project] a6d673: [LV] Split off code to optimize initial VPlan (NFC).

Florian Hahn via All-commits all-commits at lists.llvm.org
Fri Aug 4 05:21:46 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: a6d673070963ed0900bd33963a9b62add07339f4
      https://github.com/llvm/llvm-project/commit/a6d673070963ed0900bd33963a9b62add07339f4
  Author: Florian Hahn <flo at fhahn.com>
  Date:   2023-08-04 (Fri, 04 Aug 2023)

  Changed paths:
    M llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
    M llvm/lib/Transforms/Vectorize/VPlanTransforms.cpp
    M llvm/lib/Transforms/Vectorize/VPlanTransforms.h

  Log Message:
  -----------
  [LV] Split off code to optimize initial VPlan (NFC).

Split up tryToBuildVPlanWithVPRecipes into intial plan creation and
optimizations, by introducing a VPLanTransform::optimize helper.

Depends on D154640.

Reviewed By: Ayal

Differential Revision: https://reviews.llvm.org/D154644




More information about the All-commits mailing list