[PATCH] D94333: [Inliner] Change inline remark format and update ReplayInlineAdvisor to use it
Wenlei He via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Jan 12 21:07:01 PST 2021
wenlei added inline comments.
================
Comment at: llvm/lib/Analysis/InlineAdvisor.cpp:412
+
+ Remark << ";";
}
----------------
nit: any special reason for adding this? doesn't seem consistent with other remarks we have.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D94333/new/
https://reviews.llvm.org/D94333
More information about the cfe-commits
mailing list