[VE] Correct types of return/argument values for getAdjustedFrameSize()
authorKazushi (Jam) Marukawa <marukawa@nec.com>
Sun, 15 Nov 2020 01:08:10 +0000 (10:08 +0900)
committerKazushi (Jam) Marukawa <marukawa@nec.com>
Sat, 21 Nov 2020 07:08:20 +0000 (16:08 +0900)
commit02b2bcd940cc61c90a966679b48d3c1a34e13139
tree9ff74ab3b1417198c4d32c391a266fa1154321af
parentda886bf471e7a2b060c6cb07e2a4678598aee5b6
[VE] Correct types of return/argument values for getAdjustedFrameSize()

A getAdjustedFrameSize function may need to handle larger than 32 bits
integer, so change int to uint64_t.

Reviewed By: simoll

Differential Revision: https://reviews.llvm.org/D91862
llvm/lib/Target/VE/VESubtarget.cpp
llvm/lib/Target/VE/VESubtarget.h
llvm/test/CodeGen/VE/Scalar/stackframe_call.ll [new file with mode: 0644]
llvm/test/CodeGen/VE/Scalar/stackframe_nocall.ll [new file with mode: 0644]