[PATCH] D90842: [VE] fastcc with vector register passing

Simon Moll via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 5 05:29:47 PST 2020


simoll created this revision.
simoll added reviewers: kaz7, k-ishizaka.
simoll added a project: VE.
Herald added subscribers: llvm-commits, hiraditya.
Herald added a project: LLVM.
simoll requested review of this revision.

This defines a 'fastcc' for the VE target.  The 'fastcc' extends the
 standard CC for SX-Aurora with register passing of vector-typed
 parameters and return values.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D90842

Files:
  llvm/lib/Target/VE/VECallingConv.td
  llvm/lib/Target/VE/VEISelLowering.cpp
  llvm/lib/Target/VE/VERegisterInfo.cpp
  llvm/test/CodeGen/VE/Vector/fastcc.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D90842.303090.patch
Type: text/x-patch
Size: 11422 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201105/8288ce64/attachment.bin>


More information about the llvm-commits mailing list