[llvm] [CodeGen][PM] Initialize analyses with isAnalysis=true (PR #118779)
Arthur Eubanks via llvm-commits
llvm-commits at lists.llvm.org
Mon Dec 9 10:03:45 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",
----------------
aeubanks wrote:
I think loop-simplify is a transformation pass, not an analysis?
https://github.com/llvm/llvm-project/pull/118779
More information about the llvm-commits
mailing list