[LLVMbugs] [Bug 8201] New: mingw/64 is lowering alloca wrong
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Tue Sep 21 22:51:20 PDT 2010
http://llvm.org/bugs/show_bug.cgi?id=8201
Summary: mingw/64 is lowering alloca wrong
Product: libraries
Version: 1.0
Platform: PC
OS/Version: All
Status: NEW
Severity: normal
Priority: P
Component: Backend: X86
AssignedTo: unassignedbugs at nondot.org
ReportedBy: clattner at apple.com
CC: llvmbugs at cs.uiuc.edu
test/CodeGen/X86/win_chkstk.ll is compiling to "calll _alloca" on 64-bit mingw
instead of "callq _alloca". This is probably causing the wrong set of clobbers
on the call and other badness.
--
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