[llvm] Port Preserved[Module|Function]HashAnalysis to Analysis (PR #116108)
Nikita Popov via llvm-commits
llvm-commits at lists.llvm.org
Wed Nov 13 13:58:40 PST 2024
https://github.com/nikic requested changes to this pull request.
IRNormalizer needs to invalidate all analyses, not list specific ones to invalidate.
Effectively you're trying to suppress the error, by only invalidating exactly those analyses we use to detect missing analysis invalidation...
https://github.com/llvm/llvm-project/pull/116108
More information about the llvm-commits
mailing list