Force fixed-size but large alloca objects to the dynamically allocated
authorVikram S. Adve <vadve@cs.uiuc.edu>
Wed, 2 Jul 2003 06:59:22 +0000 (06:59 +0000)
committerVikram S. Adve <vadve@cs.uiuc.edu>
Wed, 2 Jul 2003 06:59:22 +0000 (06:59 +0000)
commitea28dd3392a7548b8710475c4b9fe525e76558f0
treed52d64c93164e36d1d638dc0218ffc8dd84fd26c
parent44cfdf9b9a682d0d3f90949a50d23670b11ce561
Force fixed-size but large alloca objects to the dynamically allocated
area to avoid using up precious stack space within the 4095 offset limit
from %fp.  Such objects that would themselves live at a large offset
were being put there already so this is a simple change.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7066 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/SparcV9/SparcV9InstrSelection.cpp