[llvm-dev] Determinism in the Inlining order?

Mehdi Amini via llvm-dev llvm-dev at lists.llvm.org
Wed Aug 31 08:56:19 PDT 2016


> On Aug 30, 2016, at 11:14 AM, Kevin Choi via llvm-dev <llvm-dev at lists.llvm.org> wrote:
> 
> Hi all,
> 
> Just wanted to see if anyone could answer this dumb question I had. I wrote a bisector for the inliner based on caller/callee at Inliner.cpp, but I am getting conflicting results. Does anyone know if the inlining order is deterministic?

The support for bisecting LLVM has been implemented recently, see: http://llvm.org/docs/OptBisect.html
What exactly is missing to require you to implement your own?

— 
Mehdi



More information about the llvm-dev mailing list