[LLVMbugs] [Bug 14782] New: reg2mem breaks module

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Wed Jan 2 07:15:36 PST 2013


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: unassignedbugs at nondot.org
        ReportedBy: ashaltiel at nds.com
                CC: llvmbugs at cs.uiuc.edu
    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.



More information about the llvm-bugs mailing list