[LLVMbugs] [Bug 4223] Improper handling of "undef" type in simplifycfg

bugzilla-daemon at cs.uiuc.edu bugzilla-daemon at cs.uiuc.edu
Sun May 17 22:47:50 PDT 2009


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


Eli Friedman <sharparrow1 at yahoo.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |sharparrow1 at yahoo.com
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID




--- Comment #1 from Eli Friedman <sharparrow1 at yahoo.com>  2009-05-18 00:47:49 ---
That sounds like the expected behavior: store to undef is undefined, so
SimplifyCFG turns it into "unreachable".


-- 
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