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

           Summary: Miscompilation with scalarrepl
           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=1715)
 --> (http://llvm.org/bugs/attachment.cgi?id=1715)
Testcase

To reproduce: compare output of "lli bugpoint-passinput.bc" with "opt
-scalarrepl bugpoint-passinput.bc -o - | lli".  (The former silently returns,
the latter aborts.)

The testcase is a bit big, but I like to be conservative with miscompilation
bugs, since it's easy to break the testcase.

This testcase comes from clang compiling struct-layout-1.exp.  It's possible
this is clang's fault, but it seems unlikely.


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