Displaying 1 result from an estimated 1 matches for "965071".
Did you mean:
964071
2018 May 29
2
LLVM Block is not the basic block
On 5/29/2018 7:59 AM, Muhui Jiang via llvm-dev wrote:
> So the reason why basic blocks can contain function calls is because of
> code inlining?
Not really. Basic blocks are units of code in a context of a specific
function. When execution reaches a function call, it will go outside of
the current function for some time, but then it will return back to the
instruction following the