[PATCH] D112858: [llvm-profgen] Fill zero count for all function ranges
Hongtao Yu via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Oct 29 17:24:06 PDT 2021
hoy 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
----------------
Does it work when given an empty raw profile? Can it also work without giving a profile input? That can be a real scenario.
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