[LLVMbugs] [Bug 14562] New: Wrong x86 code generated
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Mon Dec 10 10:15:53 PST 2012
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: unassignedbugs at nondot.org
ReportedBy: martins.mozeiko at gmail.com
CC: llvmbugs at cs.uiuc.edu
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.
More information about the llvm-bugs
mailing list