[PATCH] D112858: [llvm-profgen] Fill zero count for all function ranges

Di Mo via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 29 17:28:57 PDT 2021


modimo added inline comments.


================
Comment at: llvm/test/tools/llvm-profgen/inline-noprobe.test:7
 ; RUN: FileCheck %s --input-file %t1 --check-prefix=CHECK
+; RUN: llvm-profgen --format=text --unsymbolized-profile=%t --binary=%S/Inputs/inline-noprobe.perfbin --output=%t1 --fill-zero-for-all-funcs
+; RUN: FileCheck %s --input-file %t1 --check-prefix=CHECK
----------------
hoy wrote:
> Does it work when given an empty raw profile? Can it also work without giving a profile input? That can be a real scenario. 
No profile here would be great!


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D112858/new/

https://reviews.llvm.org/D112858



More information about the llvm-commits mailing list