[PATCH] D118060: [llvm-profgen] Always generate line-number based profile under --fill-zero-for-all-funcs
Hongtao Yu via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jan 24 11:27:15 PST 2022
hoy added a comment.
In D118060#3267004 <https://reviews.llvm.org/D118060#3267004>, @wenlei wrote:
> Can we just use `-use-dwarf-correlation` to skip pseudo-probe decoding and go through dwarf path for this purpose? Using `-fill-zero-for-all-funcs` switch to decide whether we use probe can be confusing.
Oh that works. I forgot about such a switch. Thanks for reminding.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D118060/new/
https://reviews.llvm.org/D118060
More information about the llvm-commits
mailing list