[Stackmaps] Move the target-independent frame index elimination for stackmaps and...
authorJuergen Ributzka <juergen@apple.com>
Fri, 21 Feb 2014 23:29:32 +0000 (23:29 +0000)
committerJuergen Ributzka <juergen@apple.com>
Fri, 21 Feb 2014 23:29:32 +0000 (23:29 +0000)
commit94f20bfe6e9de6a1c80c7bfe2dc77202c88847b4
tree9c422b1403b0b4907af4412fb06a885410f710d9
parent84ace05e8ce29d5831a0eb68b373ae1a1777c7cc
[Stackmaps] Move the target-independent frame index elimination for stackmaps and patchpoints into target-specific code.

The lowering of the frame index for stackmaps and patchpoints requires some
target-specific magic and should therefore be handled in the target-specific
eliminateFrameIndex method.

This is related to <rdar://problem/16106219>

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