[llvm-bugs] [Bug 30942] wrong code at -O1 and above on x86_64-linux-gnu in both 32-bit and 64-bit modes (affecting at least as early as 2.9 and later)

via llvm-bugs llvm-bugs at lists.llvm.org
Tue Nov 29 13:45:17 PST 2016


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

Sebastian Pop <sebpop at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |RESOLVED
                 CC|                            |sebpop at gmail.com
         Resolution|---                         |DUPLICATE

--- Comment #5 from Sebastian Pop <sebpop at gmail.com> ---
This is the exact same bug as PR30935 except that this does not need the
GVN-hoist to expose the problem in loop-idiom converting to memset the inner
loop.  The patch https://reviews.llvm.org/D27216 fixes this problem and does
not ICE the compiler on the testcase in
https://llvm.org/bugs/show_bug.cgi?id=30976

*** This bug has been marked as a duplicate of bug 30935 ***

-- 
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/20161129/305fddf4/attachment.html>


More information about the llvm-bugs mailing list