[llvm-bugs] [Bug 33038] [PBQP] Assertion `!empty() && "empty range"'

via llvm-bugs llvm-bugs at lists.llvm.org
Tue Feb 20 14:17:40 PST 2018


https://bugs.llvm.org/show_bug.cgi?id=33038

Lang Hames <lhames at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
             Status|NEW                         |RESOLVED

--- Comment #4 from Lang Hames <lhames at gmail.com> ---
Huh. It looks like while spilling one VReg (call it V1) the spiller can cause
the live range for another VReg to become empty. I'm guessing this is an
in-spiller coalescing optimization or something like that.

I've modified initializeGraph to prune such empty intervals in r325632. That
should fix this.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20180220/7895df71/attachment.html>


More information about the llvm-bugs mailing list