summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/TailDuplication.cpp
diff options
context:
space:
mode:
authorAlex Lorenz <arphaman@gmail.com>2015-08-10 21:27:03 +0000
committerAlex Lorenz <arphaman@gmail.com>2015-08-10 21:27:03 +0000
commit2f43dd5a1266c613d577fc7b35ea46509275e6fa (patch)
tree7741caf633f77c585fd717be5a1c2944ca443ec1 /llvm/lib/CodeGen/TailDuplication.cpp
parent0f2517314a5c5f954024899506134d8b740c5863 (diff)
downloadbcm5719-llvm-2f43dd5a1266c613d577fc7b35ea46509275e6fa.tar.gz
bcm5719-llvm-2f43dd5a1266c613d577fc7b35ea46509275e6fa.zip
StackMap: FastISel: Add an appropriate number of immediate operands to the
frame setup instruction. This commit ensures that the stack map lowering code in FastISel adds an appropriate number of immediate operands to the frame setup instruction. The previous code added just one immediate operand, which was fine for a target like AArch64, but on X86 the ADJCALLSTACKDOWN64 instruction needs two explicit operands. This caused the machine verifier to report an error when the old code added just one. Reviewers: Juergen Ributzka Differential Revision: http://reviews.llvm.org/D11853 llvm-svn: 244508
Diffstat (limited to 'llvm/lib/CodeGen/TailDuplication.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud