[PATCH] D85071: [VE] Extend integer arguments and return values smaller than 64 bits

Kazushi Marukawa via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sat Aug 1 01:26:34 PDT 2020


kaz7 created this revision.
kaz7 added reviewers: simoll, k-ishizaka.
kaz7 added projects: clang, VE.
Herald added a subscriber: cfe-commits.
kaz7 requested review of this revision.

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.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D85071

Files:
  clang/lib/CodeGen/TargetInfo.cpp
  clang/test/CodeGen/ve-abi.c

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D85071.282381.patch
Type: text/x-patch
Size: 5323 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20200801/e484899c/attachment.bin>


More information about the cfe-commits mailing list