[PATCH] D73092: [VE] i<N> and fp32/64 arguments, return values and constants

Simon Moll via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 21 03:34:43 PST 2020


simoll created this revision.
simoll added reviewers: arsenm, rengolin, craig.topper.
simoll added a project: VE.
Herald added subscribers: llvm-commits, hiraditya, wdng.
Herald added a project: LLVM.
simoll added a parent revision: D71338: [VE,#1] Scalar code generation.

Support for i<N> and fp32/64 arguments (in register), return values
and constants along with tests.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D73092

Files:
  llvm/lib/Target/VE/VECallingConv.td
  llvm/lib/Target/VE/VEISelLowering.cpp
  llvm/lib/Target/VE/VEISelLowering.h
  llvm/lib/Target/VE/VEInstrFormats.td
  llvm/lib/Target/VE/VEInstrInfo.cpp
  llvm/lib/Target/VE/VEInstrInfo.td
  llvm/lib/Target/VE/VERegisterInfo.cpp
  llvm/lib/Target/VE/VERegisterInfo.td
  llvm/test/CodeGen/VE/constants.ll
  llvm/test/CodeGen/VE/constants_i64.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D73092.239271.patch
Type: text/x-patch
Size: 32193 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200121/9ad6969a/attachment.bin>


More information about the llvm-commits mailing list