Skip to content

mingw/64 is lowering alloca wrong #8573

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
lattner opened this issue Sep 22, 2010 · 1 comment
Closed

mingw/64 is lowering alloca wrong #8573

lattner opened this issue Sep 22, 2010 · 1 comment
Labels
backend:X86 bugzilla Issues migrated from bugzilla

Comments

@lattner
Copy link
Collaborator

lattner commented Sep 22, 2010

Bugzilla Link 8201
Resolution FIXED
Resolved on Sep 22, 2010 17:41
Version 1.0
OS All
CC @asl

Extended Description

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.

@llvmbot
Copy link
Member

llvmbot commented Sep 23, 2010

This is fixed revision 114597.

@llvmbot llvmbot transferred this issue from llvm/llvm-bugzilla-archive Dec 3, 2021
augusto2112 pushed a commit to augusto2112/llvm-project that referenced this issue May 2, 2024
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend:X86 bugzilla Issues migrated from bugzilla
Projects
None yet
Development

No branches or pull requests

2 participants