[all-commits] [llvm/llvm-project] 07c9f7: [VE] vaarg functions callers and callees

Kazushi Marukawa via All-commits all-commits at lists.llvm.org
Mon Feb 3 07:28:18 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 07c9f7574d68cdbc86e7317fb9f4a1ed80196be9
      https://github.com/llvm/llvm-project/commit/07c9f7574d68cdbc86e7317fb9f4a1ed80196be9
  Author: Kazushi (Jam) Marukawa <marukawa at nec.com>
  Date:   2020-02-03 (Mon, 03 Feb 2020)

  Changed paths:
    M llvm/lib/Target/VE/VECallingConv.td
    M llvm/lib/Target/VE/VEISelLowering.cpp
    M llvm/lib/Target/VE/VEISelLowering.h
    M llvm/lib/Target/VE/VEInstrInfo.cpp
    M llvm/lib/Target/VE/VEInstrInfo.h
    M llvm/lib/Target/VE/VEMachineFunctionInfo.h
    A llvm/test/CodeGen/VE/va_arg.ll
    A llvm/test/CodeGen/VE/va_callee.ll
    A llvm/test/CodeGen/VE/va_caller.ll

  Log Message:
  -----------
  [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




More information about the All-commits mailing list