[PATCH] D86035: [VE] Support f128
Kazushi Marukawa via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Aug 16 04:22:09 PDT 2020
kaz7 created this revision.
kaz7 added reviewers: simoll, k-ishizaka.
kaz7 added projects: LLVM, VE.
Herald added subscribers: llvm-commits, hiraditya.
kaz7 requested review of this revision.
Support f128 using VE instructions. Update regression tests.
I've noticed there is no load or store i128 test, so I add them too.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D86035
Files:
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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D86035.285886.patch
Type: text/x-patch
Size: 52103 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200816/88e0a1d1/attachment.bin>
More information about the llvm-commits
mailing list