[all-commits] [llvm/llvm-project] 81f4fb: [MLInliner] Simplify NodeCount bookkeeping (#96576)
Arthur Eubanks via All-commits
all-commits at lists.llvm.org
Mon Jul 1 13:12:32 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 81f4fb65d891902045b795341b3a263abb19d227
https://github.com/llvm/llvm-project/commit/81f4fb65d891902045b795341b3a263abb19d227
Author: Arthur Eubanks <aeubanks at google.com>
Date: 2024-07-01 (Mon, 01 Jul 2024)
Changed paths:
M llvm/lib/Analysis/MLInlineAdvisor.cpp
Log Message:
-----------
[MLInliner] Simplify NodeCount bookkeeping (#96576)
Rather than doing delta counting of the total number of functions, just
increment it when we see a new function.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list