Better handling of local offsets for downwards growing stacks. This corrects
authorJim Grosbach <grosbach@apple.com>
Mon, 23 Aug 2010 20:40:38 +0000 (20:40 +0000)
committerJim Grosbach <grosbach@apple.com>
Mon, 23 Aug 2010 20:40:38 +0000 (20:40 +0000)
commit67ff81a08319f916571cea90ed92e17015c8584f
tree67ac334f7b7b359e113a753663da398d7bb6a1e1
parent11bc1652c9447d85204dc6f7c878b9c95e668a96
Better handling of local offsets for downwards growing stacks. This corrects
relative offsets when there are offsets encoded in the instructions and
simplifies final allocation in PEI. rdar://8277890

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@111836 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/LocalStackSlotAllocation.cpp
lib/CodeGen/PrologEpilogInserter.cpp