search for: ec011e8b

Displaying 2 results from an estimated 2 matches for "ec011e8b".

Did you mean: c101e8b
2018 May 29
0
LLVM Block is not the basic block
..._____________________ > LLVM Developers mailing list > llvm-dev at lists.llvm.org > http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev > -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20180529/ec011e8b/attachment.html>
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