Patch looks good. Committed in r157632. Thanks Ivan!<div><br></div><div>- Lang.<br><br><div class="gmail_quote">On Tue, May 29, 2012 at 11:00 AM, Lang Hames <span dir="ltr"><<a href="mailto:lhames@gmail.com" target="_blank">lhames@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi Ivan,<div><br></div><div>I'm just looking into it now. Thanks for working on this.</div><span class="HOEnZb"><font color="#888888"><div>
<br></div></font></span><div><span class="HOEnZb"><font color="#888888">- Lang.</font></span><div><div class="h5"><br><br><div class="gmail_quote">On Tue, May 29, 2012 at 6:50 AM, Ivan Llopard <span dir="ltr"><<a href="mailto:ivanllopard@gmail.com" target="_blank">ivanllopard@gmail.com</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi again,<br>
<br>
Just forgot to add PATCH prefix to my message! Could you please review it ?<br>
<br>
Ivan<br>
<br>
Le 26/05/2012 00:52, Ivan Llopard a écrit :<br>
<div><div>> Hi,<br>
><br>
> I have a custom scheduler/bundler running just after coalescing as<br>
> proposed by the current infrastructure of machine schedulers. Btw,<br>
> great thanks for this cool stuff !<br>
> I'm running into problems when I want to update the LI information of<br>
> an instruction. I call handleMoveIntoBundle() to make its LI begins<br>
> from the packet header but the following assertion is raised:<br>
><br>
> "Can't have two defs for the same variable exiting a bundle." in<br>
> moveExitingFromInto()<br>
><br>
> IIUC, handleMoveIntoBundle collects entering, internal and exiting<br>
> live ranges from the bundle and group all this information into<br>
> BundleRanges. Then it collects the same information for the incoming<br>
> instruction and add it to the current BundleRanges while updating its<br>
> live ranges.<br>
> I found that entering, internal and exiting live ranges of the packet<br>
> are not cleared before collecting the same information for the<br>
> incoming instruction. The attached patch fix it.<br>
> Unfortunately, I can't provide a test case but it can be easily tested<br>
> by calling handleMoveIntoBundle() with 2 arbitrary MI's where the<br>
> packet contains a register def.<br>
><br>
> Ivan<br>
</div></div>_______________________________________________<br>
LLVM Developers mailing list<br>
<a href="mailto:LLVMdev@cs.uiuc.edu" target="_blank">LLVMdev@cs.uiuc.edu</a>         <a href="http://llvm.cs.uiuc.edu" target="_blank">http://llvm.cs.uiuc.edu</a><br>
<a href="http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev" target="_blank">http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev</a><br>
</blockquote></div><br></div></div></div>
</blockquote></div><br></div>