[all-commits] [llvm/llvm-project] 045e79: [VE] Extend integer arguments and return values sm...

Kazushi Marukawa via All-commits all-commits at lists.llvm.org
Mon Aug 3 16:07:23 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 045e79e77c252f2c73c640e820e977ef52836d50
      https://github.com/llvm/llvm-project/commit/045e79e77c252f2c73c640e820e977ef52836d50
  Author: Kazushi (Jam) Marukawa <marukawa at nec.com>
  Date:   2020-08-04 (Tue, 04 Aug 2020)

  Changed paths:
    M clang/lib/CodeGen/TargetInfo.cpp
    M clang/test/CodeGen/ve-abi.c

  Log Message:
  -----------
  [VE] Extend integer arguments and return values smaller than 64 bits

In order to follow NEC Aurora SX VE ABI correctly, change to sign/zero
extend integer arguments and return values smaller than 64 bits in clang.
Also update regression test.

Reviewed By: simoll

Differential Revision: https://reviews.llvm.org/D85071




More information about the All-commits mailing list