search for: splitblockandinsertifthen

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

2011 May 17
2
[LLVMdev] "Not all catch info was assigned to a landing pad!"' failed
...catch info was assigned to a landing pad!"' failed. Is there some rule that forbids splitting BBs with EH? Or maybe something special needs to be done when splitting such BB? The code is here: http://code.google.com/p/address-sanitizer/source/browse/trunk/llvm/AddressSanitizer.cpp , see splitBlockAndInsertIfThen Thanks, --kcc -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110517/0e107689/attachment.html>
2011 May 17
0
[LLVMdev] "Not all catch info was assigned to a landing pad!"' failed
...ector call is in the landing pad (or in the basic block following it). I suggest you put your branch after the calls to eh.exception and eh.selector. Ciao, Duncan. > > The code is here: > http://code.google.com/p/address-sanitizer/source/browse/trunk/llvm/AddressSanitizer.cpp , > see splitBlockAndInsertIfThen > > Thanks, > > --kcc > > > > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev