[PATCH] D69736: Keep import function list for inlinee profile update
Wei Mi via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Nov 4 14:17:34 PST 2019
wmi added a comment.
Could you add a testcase to verify that no profile update for inlining in sampleloader pass?
================
Comment at: llvm/test/Transforms/SampleProfile/inline-callee-update.ll:6
+define i32* @sample_loader_inlinee() !dbg !6{
+ %1 = call i32* @direct_leaf_func(i32* null), !dbg !7
+ %cmp = icmp ne i32* %1, null
----------------
Please use "opt -instnamer" to change %1, %2, ... to names more than just numbers.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D69736/new/
https://reviews.llvm.org/D69736
More information about the llvm-commits
mailing list