[llvm] [BOLT] Hash-based function matching (PR #96572)
Maksim Panchenko via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 27 12:44:58 PDT 2024
================
@@ -420,6 +456,15 @@ Error YAMLProfileReader::readProfile(BinaryContext &BC) {
errs() << "BOLT-WARNING: profile ignored for function " << YamlBF.Name
<< '\n';
+ if (opts::Verbosity >= 2) {
----------------
maksfb wrote:
Since the output is not too verbose, we can start printing at `opts::Verbosity >= 1`.
https://github.com/llvm/llvm-project/pull/96572
More information about the llvm-commits
mailing list