[all-commits] [llvm/llvm-project] e0bc76: [ModuleInliner] Move InlinePriority and its derive...
kazutakahirata via All-commits
all-commits at lists.llvm.org
Fri Sep 16 12:32:33 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e0bc76eb23f82bbe3abae9d17544d9cc515a5ca0
https://github.com/llvm/llvm-project/commit/e0bc76eb23f82bbe3abae9d17544d9cc515a5ca0
Author: Kazu Hirata <kazu at google.com>
Date: 2022-09-16 (Fri, 16 Sep 2022)
Changed paths:
M llvm/include/llvm/Analysis/InlineOrder.h
M llvm/lib/Analysis/InlineOrder.cpp
Log Message:
-----------
[ModuleInliner] Move InlinePriority and its derived classes to InlineOrder.cpp (NFC)
These classes are referred to only from getInlineOrder in
InlineOrder.cpp. This patch hides the entire class declarations and
definitions in InlineOrder.cpp.
Differential Revision: https://reviews.llvm.org/D134056
More information about the All-commits
mailing list