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

             Bug #: 14562
           Summary: Wrong x86 code generated
           Product: libraries
           Version: trunk
          Platform: PC
        OS/Version: Windows NT
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: Backend: X86
        AssignedTo: [email protected]
        ReportedBy: [email protected]
                CC: [email protected]
    Classification: Unclassified


Created attachment 9671
  --> http://llvm.org/bugs/attachment.cgi?id=9671
code to reproduce

Attached C code generates invalid X86 assembly. LLVM IL code looks fine.
Code should print out 0, but instead prints out garbage (I assume some value
from stack). Code generated for x86_64 is correct.

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