[PATCH] D76248: Fix a bug in the inliner that causes subsequent double inlining
David Li via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Mar 21 15:29:31 PDT 2020
davidxl added a comment.
Can probably turn this into a debug assert -- i.e, make sure that a callsite is not pushed into the queue more than once.
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