[llvm] [CodeGen][PM] Initialize analyses with isAnalysis=true (PR #118779)
Akshat Oke via llvm-commits
llvm-commits at lists.llvm.org
Mon Dec 9 21:35:17 PST 2024
================
@@ -777,8 +777,8 @@ INITIALIZE_PASS_BEGIN(LoopSimplify, "loop-simplify",
INITIALIZE_PASS_DEPENDENCY(AssumptionCacheTracker)
INITIALIZE_PASS_DEPENDENCY(DominatorTreeWrapperPass)
INITIALIZE_PASS_DEPENDENCY(LoopInfoWrapperPass)
-INITIALIZE_PASS_END(LoopSimplify, "loop-simplify",
----------------
optimisan wrote:
Oh yes it's not an analysis. I had naively logged a list of passes being `addRequired` that weren't marked as analyses.
Reverting this line.
https://github.com/llvm/llvm-project/pull/118779
More information about the llvm-commits
mailing list