[PATCH] D37084: Add test to cover accurate-sample-profile.

David Li via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 23 16:07:16 PDT 2017


davidxl added a comment.

What happens if caller is hot, and the callee (missing profile) is unconditionally called by the caller? Will it still be treated as cold?


https://reviews.llvm.org/D37084





More information about the llvm-commits mailing list