[clang] [analyzer] Workaround for unintended slowdown (scope increase) (PR #136720)
Balázs Benics via cfe-commits
cfe-commits at lists.llvm.org
Wed Apr 23 04:50:47 PDT 2025
================
@@ -81,10 +81,6 @@ class FunctionSummariesTy {
I->second.MayInline = 0;
}
- void markReachedMaxBlockCount(const Decl *D) {
- markShouldNotInline(D);
- }
----------------
balazs-benics-sonarsource wrote:
I'd not mind keeping this if there was more thing to do once a "Max block count" is reached. But in this particular case I agree with you.
https://github.com/llvm/llvm-project/pull/136720
More information about the cfe-commits
mailing list