[PATCH] D87328: [Polly][NewPM] Port Simplify to the new pass manager
Pengxuan Zheng via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Sep 20 19:18:26 PDT 2020
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rGdeb00cf0b5ab: [Polly][NewPM] Port Simplify to the new pass manager (authored by pzheng).
Changed prior to commit:
https://reviews.llvm.org/D87328?vs=292986&id=293050#toc
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D87328/new/
https://reviews.llvm.org/D87328
Files:
polly/include/polly/Simplify.h
polly/lib/Support/PollyPasses.def
polly/lib/Support/RegisterPasses.cpp
polly/lib/Transform/Simplify.cpp
polly/test/Simplify/dead_access_load.ll
polly/test/Simplify/dead_access_phi.ll
polly/test/Simplify/dead_access_value.ll
polly/test/Simplify/dead_instruction.ll
polly/test/Simplify/notdead_region_exitphi.ll
polly/test/Simplify/notdead_region_innerphi.ll
polly/test/Simplify/notredundant_region_middle.ll
polly/test/Simplify/notredundant_synthesizable_unknownit.ll
polly/test/Simplify/overwritten.ll
polly/test/Simplify/overwritten_3store.ll
polly/test/Simplify/overwritten_loadbetween.ll
polly/test/Simplify/pass_existence.ll
polly/test/Simplify/phi_in_regionstmt.ll
polly/test/Simplify/redundant.ll
polly/test/Simplify/redundant_differentindex.ll
polly/test/Simplify/redundant_storebetween.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D87328.293050.patch
Type: text/x-patch
Size: 62365 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200921/ef3e592c/attachment.bin>
More information about the llvm-commits
mailing list