summaryrefslogtreecommitdiff
path: root/polly
diff options
context:
space:
mode:
authorFangrui Song <i@maskray.me>2023-02-15 23:31:05 -0800
committerFangrui Song <i@maskray.me>2023-02-15 23:31:05 -0800
commitf62b084e92e0523bc13ac958603db23e0eccad9a (patch)
treeca29dfa0f781a23481153c0c2e7af8d9d83683d8 /polly
parent999ead9dc9080cf95445149e6dae1de087ef90b8 (diff)
downloadllvm-f62b084e92e0523bc13ac958603db23e0eccad9a.tar.gz
[LoopDeletion] Remove legacy pass
Following recent changes to remove non-core legacy passes.
Diffstat (limited to 'polly')
-rw-r--r--polly/lib/CodeGen/CodegenCleanup.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/polly/lib/CodeGen/CodegenCleanup.cpp b/polly/lib/CodeGen/CodegenCleanup.cpp
index 100bc93a06d5..0f66d757c67b 100644
--- a/polly/lib/CodeGen/CodegenCleanup.cpp
+++ b/polly/lib/CodeGen/CodegenCleanup.cpp
@@ -85,7 +85,6 @@ public:
FPM->add(createInstructionCombiningPass(true));
FPM->add(createIndVarSimplifyPass());
FPM->add(createLoopIdiomPass());
- FPM->add(createLoopDeletionPass());
FPM->add(createCFGSimplificationPass());
FPM->add(createSimpleLoopUnrollPass(3));
FPM->add(createMergedLoadStoreMotionPass());