[llvm-bugs] [Bug 25369] [SCEV] Assertion `PN->getNumIncomingValues() == 2 && "Follows from having one latch!"' failed.

via llvm-bugs llvm-bugs at lists.llvm.org
Sun Nov 1 18:13:36 PST 2015


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

Sanjoy Das <sanjoy at playingwithpointers.com> changed:

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

--- Comment #1 from Sanjoy Das <sanjoy at playingwithpointers.com> ---
Should be fixed in r251770.

Btw, as far as I can tell, before r249712 SCEV would just silently return the
wrong answer for cases similar to @hoge; and r249712 only turned those cases
into a failing assert.

-- 
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/20151102/061f9798/attachment.html>


More information about the llvm-bugs mailing list