[all-commits] [llvm/llvm-project] 773ae6: [VE] i64 arguments, return values and constants

Kazushi Marukawa via All-commits all-commits at lists.llvm.org
Thu Jan 16 01:10:22 PST 2020


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

  Changed paths:
    M llvm/lib/Target/VE/InstPrinter/VEInstPrinter.cpp
    M llvm/lib/Target/VE/VE.h
    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/VEInstrInfo.cpp
    M llvm/lib/Target/VE/VEInstrInfo.h
    M llvm/lib/Target/VE/VEInstrInfo.td
    A llvm/test/CodeGen/VE/constants_i64.ll
    M llvm/test/CodeGen/VE/simple_prologue_epilogue.ll

  Log Message:
  -----------
  [VE] i64 arguments, return values and constants

Summary: Support for i64 arguments (in register), return values and constants along with tests.

Reviewed By: arsenm

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




More information about the All-commits mailing list