[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 11:28:38 PDT 2020
hoyFB added a comment.
In D76248#1935285 <https://reviews.llvm.org/D76248#1935285>, @davidxl wrote:
> Can probably turn this into a debug assert -- i.e, make sure that a callsite is not pushed into the queue more than once.
Done, also removed the fix in function cloning.
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