[PATCH] D76248: Fix a bug in the inliner that causes subsequent double inlining
Hongtao Yu via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Mar 27 14:52:51 PDT 2020
hoyFB added a comment.
In D76248#1946932 <https://reviews.llvm.org/D76248#1946932>, @davidxl wrote:
> The decl of debugCallSites can be moved even further ahead with incremental update, but probably won't make a big difference in practice,
Yeah, I was thinking about a container parallel with and synchronized to CallSites. But that would make debug code scattered and not easy to track.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D76248/new/
https://reviews.llvm.org/D76248
More information about the llvm-commits
mailing list