[LLVMdev] some of Basic blocks are deleted after running embedded ExecutionEngine

David Blaikie dblaikie at gmail.com
Tue Nov 25 07:30:23 PST 2014


+Lang for jit things
On Nov 24, 2014 11:15 PM, "Henry Chung" <zhguanwen at gmail.com> wrote:

> Hi llvm-ers,
>
> I have integrated an ExecutionEngine in my pass, before I run the
> execution engine, I check the program has 32 basic blocks. However, after I
> run the execution engine, the number of basic blocks is 30. Two basic
> blocks are deleted by the embedded JIT execution engine.
>
> Does the ExecutionEngine perform any optimization? If yes, how can I
> disable it?
>
> Thanks,
> Henry
>
>
>
>
> _______________________________________________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu         http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20141125/7e409c0f/attachment.html>


More information about the llvm-dev mailing list