[all-commits] [llvm/llvm-project] 92600c: [VE] call isel with stack passing

Kazushi Marukawa via All-commits all-commits at lists.llvm.org
Tue Jan 28 01:59:18 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 92600c2ec83233f897b306f8c20986f0055edf8b
      https://github.com/llvm/llvm-project/commit/92600c2ec83233f897b306f8c20986f0055edf8b
  Author: Kazushi (Jam) Marukawa <marukawa at nec.com>
  Date:   2020-01-28 (Tue, 28 Jan 2020)

  Changed paths:
    M llvm/lib/Target/VE/CMakeLists.txt
    M llvm/lib/Target/VE/VECallingConv.td
    M llvm/lib/Target/VE/VEFrameLowering.cpp
    M llvm/lib/Target/VE/VEISelLowering.cpp
    M llvm/lib/Target/VE/VEISelLowering.h
    M llvm/lib/Target/VE/VEInstrInfo.td
    A llvm/lib/Target/VE/VEMachineFunctionInfo.cpp
    A llvm/lib/Target/VE/VEMachineFunctionInfo.h
    A llvm/test/CodeGen/VE/call.ll
    A llvm/test/CodeGen/VE/callee.ll
    A llvm/test/CodeGen/VE/callstruct.ll

  Log Message:
  -----------
  [VE] call isel with stack passing

Summary:
Function calls and stack-passing of function arguments.
Custom lowering, isel patterns and tests.

Reviewed By: arsenm

Differential Revision: https://reviews.llvm.org/D73461




More information about the All-commits mailing list