search for: 9b755118

Displaying 2 results from an estimated 2 matches for "9b755118".

2011 Oct 14
0
[LLVMdev] BasicBlock succ iterator
...->getTerminator()->eraseFromParent(); } BB->eraseFromParent(); } * May this code be causing the problem? Best regards neda -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20111014/9b755118/attachment.html>
2011 Oct 13
6
[LLVMdev] BasicBlock succ iterator
Hi, All I want to implement DSWP Which is used for parallelization of loops. For this purpose, the loop was replaced with a new basic block in main function. And new functions were created and basic blocks of Loop assigned to them.I have checked blocks and branches for Succ and Pred relation and I have not found any problems. However I get the following error: * **opt: