[PATCH] D97776: [CSSPGO][llvm-profgen] Continue disassembling after illegal instruction is seen.
Wenlei He via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 2 22:44:25 PST 2021
wenlei accepted this revision.
wenlei added a comment.
lgtm.
================
Comment at: llvm/tools/llvm-profgen/ProfiledBinary.cpp:229
+ // backwards.
+ uint64_t InvalidInstRange = 0;
while (Offset < EndOffset) {
----------------
nit: InvalidInstLength
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D97776/new/
https://reviews.llvm.org/D97776
More information about the llvm-commits
mailing list