[llvm-dev] Determinism in the Inlining order?

via llvm-dev llvm-dev at lists.llvm.org
Wed Aug 31 09:12:01 PDT 2016


I needed to do finer grain bisecting on the inliner because the bug would only manifest after inlining happened at a specific callsite. Also, I was working with clang3.5, but I could have used newer. I ended up solving my bug, but I remember seeing when I bisected callees, it was giving conflicting result and I could not converge. Bisecting by callers still helped enough to solve the bug in my case.

-Kevin

From: Mehdi Amini
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20160831/c400b254/attachment.html>


More information about the llvm-dev mailing list