[all-commits] [llvm/llvm-project] 02f640: [Polly] Migrate -polly-mse to the new pass manager.

YangKeao via All-commits all-commits at lists.llvm.org
Wed Jun 1 11:43:21 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 02f640672e2875c4e7578366bb2e22582548d7c1
      https://github.com/llvm/llvm-project/commit/02f640672e2875c4e7578366bb2e22582548d7c1
  Author: Yang Keao <yangkeao at chunibyo.icu>
  Date:   2022-06-01 (Wed, 01 Jun 2022)

  Changed paths:
    M polly/include/polly/LinkAllPasses.h
    A polly/include/polly/MaximalStaticExpansion.h
    M polly/lib/Support/PollyPasses.def
    M polly/lib/Support/RegisterPasses.cpp
    M polly/lib/Transform/MaximalStaticExpansion.cpp
    M polly/test/MaximalStaticExpansion/load_after_store_same_statement.ll
    M polly/test/MaximalStaticExpansion/read_from_original.ll
    M polly/test/MaximalStaticExpansion/too_many_writes.ll
    M polly/test/MaximalStaticExpansion/working_deps_between_inners.ll
    M polly/test/MaximalStaticExpansion/working_deps_between_inners_phi.ll
    M polly/test/MaximalStaticExpansion/working_expansion.ll
    M polly/test/MaximalStaticExpansion/working_expansion_multiple_dependences_per_statement.ll
    M polly/test/MaximalStaticExpansion/working_expansion_multiple_instruction_per_statement.ll
    M polly/test/MaximalStaticExpansion/working_phi_expansion.ll
    M polly/test/MaximalStaticExpansion/working_phi_two_scalars.ll
    M polly/test/MaximalStaticExpansion/working_value_expansion.ll

  Log Message:
  -----------
  [Polly] Migrate -polly-mse to the new pass manager.

This patch implements the `MaximalStaticExpansion` and its printer in NPM.

Reviewed By: Meinersbur

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




More information about the All-commits mailing list