[PATCH] D125870: [Polly] Migrate -polly-mse to the new pass manager.

Michael Kruse via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 1 11:43:13 PDT 2022


This revision was automatically updated to reflect the committed changes.
Closed by commit rG02f640672e28: [Polly] Migrate -polly-mse to the new pass manager. (authored by YangKeao, committed by Meinersbur).

Changed prior to commit:
  https://reviews.llvm.org/D125870?vs=432833&id=433475#toc

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D125870/new/

https://reviews.llvm.org/D125870

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D125870.433475.patch
Type: text/x-patch
Size: 45508 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220601/5abc4cf5/attachment.bin>


More information about the llvm-commits mailing list