]> granicus.if.org Git - llvm/commit
[Tests] Add a test showing how we handle overaligned allocas w/ no-realign-stack
authorPhilip Reames <listmail@philipreames.com>
Thu, 18 Jul 2019 00:26:03 +0000 (00:26 +0000)
committerPhilip Reames <listmail@philipreames.com>
Thu, 18 Jul 2019 00:26:03 +0000 (00:26 +0000)
commitf14161c41f650b1b91cc17adbd4ec09469aa150b
treed436ea77557ad25e7ca98e6019be15c7f0cce826
parent587d5442aef243130c45652ede9cef6e87d8ece1
[Tests] Add a test showing how we handle overaligned allocas w/ no-realign-stack

(At the moment, we ignore the alignment requirement.)

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@366393 91177308-0d34-0410-b5e6-96231b3b80d8
test/CodeGen/X86/alloca-overaligned.ll [new file with mode: 0644]