Add support for dynamic stack realignment in the presence of dynamic allocas on
authorChad Rosier <mcrosier@apple.com>
Wed, 6 Jun 2012 17:37:40 +0000 (17:37 +0000)
committerChad Rosier <mcrosier@apple.com>
Wed, 6 Jun 2012 17:37:40 +0000 (17:37 +0000)
commita97b180fc44718e525bb03b50e05fe66622c2b02
treed2cd642616a3a1edceaec34c3254354f1ed132c0
parent8b421c8eb2c41ee66cd1023bc7c262bdfaea481d
Add support for dynamic stack realignment in the presence of dynamic allocas on
X86.
rdar://11496434

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@158087 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/X86FrameLowering.cpp
lib/Target/X86/X86RegisterInfo.cpp
lib/Target/X86/X86RegisterInfo.h
test/CodeGen/X86/alloca-align-rounding-32.ll
test/CodeGen/X86/alloca-align-rounding.ll
test/CodeGen/X86/dynamic-allocas-VLAs.ll [new file with mode: 0644]