[all-commits] [llvm/llvm-project] 600ff2: [mlgo] add 2 new features whether caller/callee is...
Mircea Trofin via All-commits
all-commits at lists.llvm.org
Tue Jun 25 12:37:01 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 600ff287722a15106e9a02c470b9865dda05980e
https://github.com/llvm/llvm-project/commit/600ff287722a15106e9a02c470b9865dda05980e
Author: Mircea Trofin <mtrofin at google.com>
Date: 2024-06-25 (Tue, 25 Jun 2024)
Changed paths:
M llvm/include/llvm/Analysis/InlineModelFeatureMaps.h
M llvm/lib/Analysis/MLInlineAdvisor.cpp
M llvm/lib/Analysis/models/gen-inline-oz-test-model.py
A llvm/test/Transforms/Inline/ML/avail-external.ll
Log Message:
-----------
[mlgo] add 2 new features whether caller/callee is `available_externally` (#96585)
AvailableExternally linkage is interesting because, in ThinLTO cases, it
means the function may get elided if it survives inlining - see
`elim-avail-extern` pass.
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