<div dir="ltr"><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Mar 3, 2015 at 4:43 PM, Matthias Braun <span dir="ltr"><<a href="mailto:matze@braunis.de" target="_blank">matze@braunis.de</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div id=":5j" class="a3s" style="overflow:hidden">Author: matze<br>
Date: Tue Mar  3 18:43:50 2015<br>
New Revision: 231186<br>
<br>
URL: <a href="http://llvm.org/viewvc/llvm-project?rev=231186&view=rev" target="_blank">http://llvm.org/viewvc/llvm-project?rev=231186&view=rev</a><br>
Log:<br>
RegisterCoalescer: Gracefully continue if subrange merging fails.<br>
<br>
There is a known bug where the register coalescer fails to merge<br>
subranges when multiple ranges end up in the "overflow" bit 32 of the<br>
lanemasks. A proper fix for this is complicated so for now this is a<br>
workaround which lets the register coalescer drop the subregister<br>
liveness information (we just loose some precision by that) and<br>
continue.<br>
<br>
Modified:<br>
    llvm/trunk/lib/CodeGen/RegisterCoalescer.cpp</div></blockquote></div><br>No test case? This seems like something really important to cover...</div></div>