[llvm-bugs] [Bug 21906] Assertion failed: ExitBlockSet.count(ExitBlock) && "The LCSSA PHI is not in an exit block!"

via llvm-bugs llvm-bugs at lists.llvm.org
Fri Apr 14 14:05:05 PDT 2017


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

Davide Italiano <davide at freebsd.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |davide at freebsd.org
         Resolution|---                         |FIXED

--- Comment #3 from Davide Italiano <davide at freebsd.org> ---
Gone away.

[davide at cupiditate bin]$ ./opt -instcombine -simplifycfg -inline -sroa
-early-cse -jump-threading -instcombine -licm -gvn -simplifycfg pat2.ll
WARNING: You're attempting to print out a bitcode file.
This is inadvisable as it may cause display problems. If
you REALLY want to taste LLVM bitcode first-hand, you
can force output with the `-f' option.

[davide at cupiditate bin]$ ./opt -licm pat2.ll
WARNING: You're attempting to print out a bitcode file.
This is inadvisable as it may cause display problems. If
you REALLY want to taste LLVM bitcode first-hand, you
can force output with the `-f' option.

-- 
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/20170414/37ec0010/attachment.html>


More information about the llvm-bugs mailing list