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

             Bug #: 14782
           Summary: reg2mem breaks module
           Product: new-bugs
           Version: unspecified
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P
         Component: new bugs
        AssignedTo: [email protected]
        ReportedBy: [email protected]
                CC: [email protected]
    Classification: Unclassified


When there is a landingpad with phi nodes, reg2mem turns the phi nodes to load
instruction, but doesn’t move them after the landingpad instruction.

This breaks the module.

-- 
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.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to