[llvm-bugs] [Bug 40927] opt crashes with "opt -gvn -flattencfg" : Assertion `Val && "isa<> used on a null pointer"' failed.

via llvm-bugs llvm-bugs at lists.llvm.org
Mon Mar 4 10:22:37 PST 2019


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

Sanjay Patel <spatel+llvm at rotateright.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |DUPLICATE
             Status|NEW                         |RESOLVED
                 CC|                            |spatel+llvm at rotateright.com

--- Comment #1 from Sanjay Patel <spatel+llvm at rotateright.com> ---
Like bug 40925, this doesn't need any passes besides -flattencfg to show the
bug. The bug is visible by sending just the correct IR after -gvn to
-flattencfg (which might be an unused/dead pass at this point).

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

-- 
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/20190304/cd7b509e/attachment.html>


More information about the llvm-bugs mailing list