[LLVMbugs] [Bug 612] [lowerinvoke] invalid code created when basic blocks have single entry phis

bugzilla-daemon at cs.uiuc.edu bugzilla-daemon at cs.uiuc.edu
Wed Aug 3 11:41:31 PDT 2005


http://llvm.cs.uiuc.edu/bugs/show_bug.cgi?id=612

sabre at nondot.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|FIXED                       |



------- Additional Comments From sabre at nondot.org  2005-08-03 13:41 -------
Actually, it still fails on this:

declare fastcc int %ll_listnext__listiterPtr()

fastcc int %WorkTask.fn() {
block0:
        %v2679 = invoke fastcc int %ll_listnext__listiterPtr( )
                        to label %block9 unwind label %block8_exception_handling                ; <int> [#uses=1]

block8_exception_handling:              ; preds = %block0
        ret int 0

block9:         ; preds = %block0
        %i_2689 = phi int [ %v2679, %block0 ]           ; <int> [#uses=0]
        ret int %i_2689
}




------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.




More information about the llvm-bugs mailing list