[PATCH] D111902: [llvm-profgen] Warn and filter out invalid range
Hongtao Yu via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 18 11:18:48 PDT 2021
hoy added inline comments.
================
Comment at: llvm/tools/llvm-profgen/PerfReader.cpp:36
+ cl::desc(
+ "Skip the check of fitering out invalid range and warning message."));
----------------
nit: name it `filter-invalid-lbr-ranges" and flip the default value?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D111902/new/
https://reviews.llvm.org/D111902
More information about the llvm-commits
mailing list