[llvm] [PM] Remove is_analysis label for LoopSimplify (PR #121433)
via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 1 03:35:38 PST 2025
llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-llvm-transforms
Author: Akshat Oke (optimisan)
<details>
<summary>Changes</summary>
This reverts part of the changes in #<!-- -->118779
---
Full diff: https://github.com/llvm/llvm-project/pull/121433.diff
1 Files Affected:
- (modified) llvm/lib/Transforms/Utils/LoopSimplify.cpp (+1-1)
``````````diff
diff --git a/llvm/lib/Transforms/Utils/LoopSimplify.cpp b/llvm/lib/Transforms/Utils/LoopSimplify.cpp
index d8298646e18d7e..b3f9f76274d30a 100644
--- a/llvm/lib/Transforms/Utils/LoopSimplify.cpp
+++ b/llvm/lib/Transforms/Utils/LoopSimplify.cpp
@@ -778,7 +778,7 @@ INITIALIZE_PASS_DEPENDENCY(AssumptionCacheTracker)
INITIALIZE_PASS_DEPENDENCY(DominatorTreeWrapperPass)
INITIALIZE_PASS_DEPENDENCY(LoopInfoWrapperPass)
INITIALIZE_PASS_END(LoopSimplify, "loop-simplify", "Canonicalize natural loops",
- false, true)
+ false, false)
// Publicly exposed interface to pass...
char &llvm::LoopSimplifyID = LoopSimplify::ID;
``````````
</details>
https://github.com/llvm/llvm-project/pull/121433
More information about the llvm-commits
mailing list