[all-commits] [llvm/llvm-project] 3a906a: [VE] i<N> and fp32/64 arguments, return values and...

Kazushi Marukawa via All-commits all-commits at lists.llvm.org
Wed Jan 22 00:18:30 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 3a906a9f4e6b51130d9a1bdd5f9a7ec3705d3faa
      https://github.com/llvm/llvm-project/commit/3a906a9f4e6b51130d9a1bdd5f9a7ec3705d3faa
  Author: Kazushi (Jam) Marukawa <marukawa at nec.com>
  Date:   2020-01-22 (Wed, 22 Jan 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/VEInstrFormats.td
    M llvm/lib/Target/VE/VEInstrInfo.cpp
    M llvm/lib/Target/VE/VEInstrInfo.td
    M llvm/lib/Target/VE/VERegisterInfo.cpp
    M llvm/lib/Target/VE/VERegisterInfo.td
    A llvm/test/CodeGen/VE/cast.ll
    A llvm/test/CodeGen/VE/constants.ll
    R llvm/test/CodeGen/VE/constants_i64.ll

  Log Message:
  -----------
  [VE] i<N> and fp32/64 arguments, return values and constants

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

Reviewed By: arsenm

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




More information about the All-commits mailing list