[PATCH] D22666: Frontend: Fix mcount inlining bug
John McCall via cfe-commits
cfe-commits at lists.llvm.org
Fri Jul 22 11:18:14 PDT 2016
rjmccall added a comment.
In https://reviews.llvm.org/D22666#493026, @hfinkel wrote:
> What's the actual desired behavior here? Should the inliner strip out calls to mcount() as it inlines?
I think they basically just want a late pass (as in immediately prior to codegen) to insert the mcount calls.
https://reviews.llvm.org/D22666
More information about the cfe-commits
mailing list