[Polly] Remove CodegenCleanupPass.
authorFlorian Hahn <flo@fhahn.com>
Fri, 24 Feb 2023 12:39:32 +0000 (13:39 +0100)
committerFlorian Hahn <flo@fhahn.com>
Fri, 24 Feb 2023 12:39:32 +0000 (13:39 +0100)
commit934c82d31801e65aa3bbe99a0e64f903621c2e04
treef976babaf660e17e0eb405ed6b9391d8f8a1eed0
parent736e788c58f946f236bd5c80e17eb4a5448056d5
[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
polly/include/polly/CodeGen/CodegenCleanup.h
polly/lib/CMakeLists.txt
polly/lib/CodeGen/CodegenCleanup.cpp [deleted file]
polly/lib/Support/RegisterPasses.cpp