[PATCH] D52845: Update entry count for cold calls
David Callahan via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 8 07:18:38 PDT 2018
david2050 added a comment.
thanks for the suggestions
================
Comment at: test/Transforms/SampleProfile/inline-cold.ll:25
+entry:
+; CHECK: !prof
+ %x.addr = alloca i32, align 4
----------------
davidxl wrote:
> it is better to match the expected profile count here using name reference in filecheck.
Thanks for the suggestion.
Repository:
rL LLVM
https://reviews.llvm.org/D52845
More information about the llvm-commits
mailing list