[PATCH] D125870: [Polly] Migrate -polly-mse to the new pass manager.
YangKeao via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed May 18 03:23:13 PDT 2022
YangKeao created this revision.
YangKeao added a reviewer: Meinersbur.
YangKeao added a project: Polly.
Herald added a reviewer: bollu.
Herald added a project: All.
YangKeao requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
This patch implements the `MaximalStaticExpansion` and its printer in NPM.
Repository:
rG LLVM Github Monorepo
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.430310.patch
Type: text/x-patch
Size: 46971 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220518/6e2cbaf8/attachment.bin>
More information about the llvm-commits
mailing list