[all-commits] [llvm/llvm-project] 934c82: [Polly] Remove CodegenCleanupPass.
Florian Hahn via All-commits
all-commits at lists.llvm.org
Fri Feb 24 04:39:54 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 934c82d31801e65aa3bbe99a0e64f903621c2e04
https://github.com/llvm/llvm-project/commit/934c82d31801e65aa3bbe99a0e64f903621c2e04
Author: Florian Hahn <flo at fhahn.com>
Date: 2023-02-24 (Fri, 24 Feb 2023)
Changed paths:
M polly/include/polly/CodeGen/CodegenCleanup.h
M polly/lib/CMakeLists.txt
R polly/lib/CodeGen/CodegenCleanup.cpp
M polly/lib/Support/RegisterPasses.cpp
Log Message:
-----------
[Polly] Remove CodegenCleanupPass.
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
Reviewed By: Meinersbur
Differential Revision: https://reviews.llvm.org/D144332
More information about the All-commits
mailing list