[PATCH] D67673: [PGO] Change hardcoded thresholds for cold/inlinehint to use summary
Teresa Johnson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 17 12:12:02 PDT 2019
tejohnson marked an inline comment as done.
tejohnson added inline comments.
================
Comment at: test/Transforms/PGOProfile/func_entry.ll:9
-define void @bar() {
-; CHECK-LABEL: @bar
+define void @cold() {
+; CHECK-LABEL: @cold
----------------
I forgot to add the checking of the attribute, updating shortly.
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D67673/new/
https://reviews.llvm.org/D67673
More information about the llvm-commits
mailing list