[all-commits] [llvm/llvm-project] 1055c5: [MLGO] Make sure inliner logs when deleting callees
Mircea Trofin via All-commits
all-commits at lists.llvm.org
Mon Aug 23 14:55:05 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1055c5e1d316164c70e0c9f016411a28f3b4792e
https://github.com/llvm/llvm-project/commit/1055c5e1d316164c70e0c9f016411a28f3b4792e
Author: Mircea Trofin <mtrofin at google.com>
Date: 2021-08-23 (Mon, 23 Aug 2021)
Changed paths:
M llvm/lib/Analysis/DevelopmentModeInlineAdvisor.cpp
A llvm/test/Transforms/Inline/ML/dev-mode-log-deleted.ll
Log Message:
-----------
[MLGO] Make sure inliner logs when deleting callees
When using final reward (which is now the default), we were skipping
logging decisions that were leading to callee deletion. This fixes that.
Differential Revision: https://reviews.llvm.org/D108587
More information about the All-commits
mailing list