[LLVMbugs] [Bug 15027] clang crash: only phi nodes may reference their own value

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Tue Jan 22 10:23:53 PST 2013


http://llvm.org/bugs/show_bug.cgi?id=15027

Benjamin Kramer <benny.kra at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |benny.kra at gmail.com
         Resolution|                            |INVALID

--- Comment #1 from Benjamin Kramer <benny.kra at gmail.com> 2013-01-22 12:23:53 CST ---
This looks like a bug in your compiler, you're feeding invalid IR into clang.

Crashing with a stack trace isn't the nicest way of failing but that's how our
IR verifier works currently.

-- 
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



More information about the llvm-bugs mailing list