[llvm] r182704 - Track IR ordering of SelectionDAG nodes 3/4.

Jakob Stoklund Olesen stoklund at 2pi.dk
Sat May 25 14:39:18 PDT 2013


On May 25, 2013, at 2:30 PM, Cameron Zwarich <zwarich at apple.com> wrote:

> I am seeing some issues introduced by this patch (or the next patch, I had to revert them together). I now see DBG_VALUE instructions inserted between two terminators of an MBB, which the verifier complains about. Some pass (I didn't track down which) is confused by this and drops CFG edges between basic blocks, leading to a jump with a target of BB#-1 when a block is removed for having no predecessors.

I think this caused PR16143 as well.

-------------- next part --------------
A non-text attachment was scrubbed...
Name: bugpoint-reduced-simplified.ll
Type: application/octet-stream
Size: 288388 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20130525/5cde98b6/attachment.obj>


More information about the llvm-commits mailing list