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

           Summary: simplifycfg turns IR invalid
           Product: new-bugs
           Version: unspecified
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: new bugs
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]
                CC: [email protected]


Created an attachment (id=2020)
 --> (http://llvm.org/bugs/attachment.cgi?id=2020)
bitcode from just before the simplifycfg pass that turns it invalid

I have a module which seems to be working fine, it verifies, compiles with llc
etc. However a specific optimization route turns the IR invalid on the
simplifycfg pass.

Steps to reproduce:

opt -o=foo.bc -simplifycfg SharedLib.bc


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