[all-commits] [llvm/llvm-project] 40f1e7: [VE] Support f128

Kazushi Marukawa via All-commits all-commits at lists.llvm.org
Mon Aug 17 01:27:12 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 40f1e7e80401dab11f6003fb59c43ba9059959cd
      https://github.com/llvm/llvm-project/commit/40f1e7e80401dab11f6003fb59c43ba9059959cd
  Author: Kazushi (Jam) Marukawa <marukawa at nec.com>
  Date:   2020-08-17 (Mon, 17 Aug 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.td
    M llvm/lib/Target/VE/VEMCInstLower.cpp
    M llvm/lib/Target/VE/VERegisterInfo.cpp
    M llvm/test/CodeGen/VE/call.ll
    M llvm/test/CodeGen/VE/fp_add.ll
    M llvm/test/CodeGen/VE/fp_div.ll
    M llvm/test/CodeGen/VE/fp_mul.ll
    M llvm/test/CodeGen/VE/fp_sub.ll
    M llvm/test/CodeGen/VE/load.ll
    M llvm/test/CodeGen/VE/load_gv.ll
    M llvm/test/CodeGen/VE/load_off.ll
    M llvm/test/CodeGen/VE/store.ll
    M llvm/test/CodeGen/VE/store_gv.ll
    M llvm/test/CodeGen/VE/va_arg.ll
    M llvm/test/CodeGen/VE/va_caller.ll

  Log Message:
  -----------
  [VE] Support f128

Support f128 using VE instructions.  Update regression tests.
I've noticed there is no load or store i128 test, so I add them too.

Reviewed By: simoll

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




More information about the All-commits mailing list