[PATCH] D111749: [llvm-profgen] Also ignore the first external branch
Wenlei He via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Oct 13 12:20:27 PDT 2021
wenlei added inline comments.
================
Comment at: llvm/tools/llvm-profgen/PerfReader.cpp:501
}
+ break;
}
----------------
This means we always ignore any external branches, and we will no longer generate any artificial branches for internal->external->internal transition?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D111749/new/
https://reviews.llvm.org/D111749
More information about the llvm-commits
mailing list