[PATCH] D118060: [llvm-profgen] Always generate line-number based profile under --fill-zero-for-all-funcs

Wenlei He via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 24 11:24:08 PST 2022


wenlei added a comment.

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.


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