search for: 7e409c0f

Displaying 1 result from an estimated 1 matches for "7e409c0f".

Did you mean: 7e409000
2014 Nov 25
2
[LLVMdev] some of Basic blocks are deleted after running embedded ExecutionEngine
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 -------------- next