[VE] Support f128
authorKazushi (Jam) Marukawa <marukawa@nec.com>
Sat, 27 Jun 2020 10:08:09 +0000 (19:08 +0900)
committerKazushi (Jam) Marukawa <marukawa@nec.com>
Mon, 17 Aug 2020 08:26:52 +0000 (17:26 +0900)
commit40f1e7e80401dab11f6003fb59c43ba9059959cd
treee45cf0894eea3c30615e09e253a17f7a8c1ea502
parent5913f2591c45dc84e872a62343f81462372ccbdb
[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
19 files changed:
llvm/lib/Target/VE/VECallingConv.td
llvm/lib/Target/VE/VEISelLowering.cpp
llvm/lib/Target/VE/VEISelLowering.h
llvm/lib/Target/VE/VEInstrInfo.cpp
llvm/lib/Target/VE/VEInstrInfo.td
llvm/lib/Target/VE/VEMCInstLower.cpp
llvm/lib/Target/VE/VERegisterInfo.cpp
llvm/test/CodeGen/VE/call.ll
llvm/test/CodeGen/VE/fp_add.ll
llvm/test/CodeGen/VE/fp_div.ll
llvm/test/CodeGen/VE/fp_mul.ll
llvm/test/CodeGen/VE/fp_sub.ll
llvm/test/CodeGen/VE/load.ll
llvm/test/CodeGen/VE/load_gv.ll
llvm/test/CodeGen/VE/load_off.ll
llvm/test/CodeGen/VE/store.ll
llvm/test/CodeGen/VE/store_gv.ll
llvm/test/CodeGen/VE/va_arg.ll
llvm/test/CodeGen/VE/va_caller.ll