PPC QPX requires a 32-byte aligned stack
authorHal Finkel <hfinkel@anl.gov>
Wed, 30 Jan 2013 23:43:27 +0000 (23:43 +0000)
committerHal Finkel <hfinkel@anl.gov>
Wed, 30 Jan 2013 23:43:27 +0000 (23:43 +0000)
commit9a79b320cb7f179118e69427bc684f2232a24bd9
tree590dbd81775c02a9d43cf62852ea6c50917024e7
parentac72eb264c3a8a15cda81aaead6adc8419058666
PPC QPX requires a 32-byte aligned stack

On systems which support the QPX vector instructions, the stack must be
32-byte aligned.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@173993 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/PowerPC/PPCFrameLowering.h
lib/Target/PowerPC/PPCSubtarget.cpp
test/CodeGen/PowerPC/a2q-stackalign.ll [new file with mode: 0644]