[VE] vaarg functions callers and callees
authorKazushi (Jam) Marukawa <marukawa@nec.com>
Mon, 3 Feb 2020 13:29:01 +0000 (14:29 +0100)
committerSimon Moll <simon.moll@emea.nec.com>
Mon, 3 Feb 2020 15:26:44 +0000 (16:26 +0100)
commit07c9f7574d68cdbc86e7317fb9f4a1ed80196be9
tree4e77a011fb7cf6d473b0b01af8996cc16050a0a3
parent7d4c23b349f8d0575304182650850f2594935d7c
[VE] vaarg functions callers and callees

Summary: Isel patterns and tests for vaarg functions as callers and callees.

Reviewers: arsenm, rengolin, k-ishizaka

Subscribers: merge_guards_bot, wdng, hiraditya, llvm-commits

Tags: #ve, #llvm

Differential Revision: https://reviews.llvm.org/D73710
llvm/lib/Target/VE/VECallingConv.td
llvm/lib/Target/VE/VEISelLowering.cpp
llvm/lib/Target/VE/VEISelLowering.h
llvm/lib/Target/VE/VEInstrInfo.cpp
llvm/lib/Target/VE/VEInstrInfo.h
llvm/lib/Target/VE/VEMachineFunctionInfo.h
llvm/test/CodeGen/VE/va_arg.ll [new file with mode: 0644]
llvm/test/CodeGen/VE/va_callee.ll [new file with mode: 0644]
llvm/test/CodeGen/VE/va_caller.ll [new file with mode: 0644]