[all-commits] [llvm/llvm-project] 02b2bc: [VE] Correct types of return/argument values for g...

Kazushi Marukawa via All-commits all-commits at lists.llvm.org
Fri Nov 20 23:13:15 PST 2020


  Branch: refs/heads/temp-test-main
  Home:   https://github.com/llvm/llvm-project
  Commit: 02b2bcd940cc61c90a966679b48d3c1a34e13139
      https://github.com/llvm/llvm-project/commit/02b2bcd940cc61c90a966679b48d3c1a34e13139
  Author: Kazushi (Jam) Marukawa <marukawa at nec.com>
  Date:   2020-11-21 (Sat, 21 Nov 2020)

  Changed paths:
    M llvm/lib/Target/VE/VESubtarget.cpp
    M llvm/lib/Target/VE/VESubtarget.h
    A llvm/test/CodeGen/VE/Scalar/stackframe_call.ll
    A llvm/test/CodeGen/VE/Scalar/stackframe_nocall.ll

  Log Message:
  -----------
  [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




More information about the All-commits mailing list