summaryrefslogtreecommitdiff
path: root/polly
diff options
context:
space:
mode:
authorFangrui Song <i@maskray.me>2023-02-19 21:39:47 -0800
committerFangrui Song <i@maskray.me>2023-02-19 21:39:47 -0800
commitd7c459070cf3382f30abaf0b258223f7c254a06c (patch)
treec0c0a81315e0ebba3353aa3fd8525f7600ff96cb /polly
parenta489e11439e36c7e0ec83b28a6fb1596a5c21faa (diff)
downloadllvm-d7c459070cf3382f30abaf0b258223f7c254a06c.tar.gz
[LoopIdiomRecognize] 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 0f66d757c67b..e57475079788 100644
--- a/polly/lib/CodeGen/CodegenCleanup.cpp
+++ b/polly/lib/CodeGen/CodegenCleanup.cpp
@@ -84,7 +84,6 @@ public:
FPM->add(createCFGSimplificationPass());
FPM->add(createInstructionCombiningPass(true));
FPM->add(createIndVarSimplifyPass());
- FPM->add(createLoopIdiomPass());
FPM->add(createCFGSimplificationPass());
FPM->add(createSimpleLoopUnrollPass(3));
FPM->add(createMergedLoadStoreMotionPass());