[PATCH] D144332: [Polly] Remove CodegenCleanupPass.
Florian Hahn via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Feb 18 12:40:35 PST 2023
fhahn created this revision.
fhahn added reviewers: nikic, grosser, Meinersbur.
Herald added a reviewer: bollu.
Herald added a subscriber: StephenFan.
Herald added a project: All.
fhahn requested review of this revision.
Herald added subscribers: llvm-commits, pcwang-thead.
Herald added a project: LLVM.
The pass uses a bunch of deprecated legacy passes and appears unused.
Remove it to unblock removing legacy passes.
Fixes https://github.com/llvm/llvm-project/issues/60852
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D144332
Files:
polly/include/polly/CodeGen/CodegenCleanup.h
polly/lib/CMakeLists.txt
polly/lib/CodeGen/CodegenCleanup.cpp
polly/lib/Support/RegisterPasses.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D144332.498617.patch
Type: text/x-patch
Size: 6932 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230218/0d76887e/attachment.bin>
More information about the llvm-commits
mailing list