[PATCH] D52845: Update entry count for cold calls
David Li via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Oct 3 14:55:22 PDT 2018
davidxl added inline comments.
================
Comment at: test/Transforms/SampleProfile/inline-cold.ll:25
+entry:
+; CHECK: !prof
+ %x.addr = alloca i32, align 4
----------------
it is better to match the expected profile count here using name reference in filecheck.
Repository:
rL LLVM
https://reviews.llvm.org/D52845
More information about the llvm-commits
mailing list