[PATCH] D120146: [VE] Split unsupported v512.32 ops
Simon Moll via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Feb 18 10:17:23 PST 2022
simoll created this revision.
simoll added a reviewer: kaz7.
simoll added a project: VE.
Herald added a subscriber: hiraditya.
simoll requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
Split v512.32 binary ops into two v256.32 ops using packing support opcodes (vec_unpack_lo|hi, vec_pack).
Depends on D120053 <https://reviews.llvm.org/D120053> for packing opcodes.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D120146
Files:
llvm/lib/Target/VE/VECustomDAG.cpp
llvm/lib/Target/VE/VECustomDAG.h
llvm/lib/Target/VE/VEISelLowering.cpp
llvm/lib/Target/VE/VEISelLowering.h
llvm/lib/Target/VE/VEInstrPatternsVec.td
llvm/lib/Target/VE/VVPISelLowering.cpp
llvm/lib/Target/VE/VVPNodes.def
llvm/test/CodeGen/VE/Packed/vp_fdiv.ll
llvm/test/CodeGen/VE/Packed/vp_mul.ll
llvm/test/CodeGen/VE/Packed/vp_sdiv.ll
llvm/test/CodeGen/VE/Packed/vp_udiv.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D120146.409970.patch
Type: text/x-patch
Size: 24550 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220218/2a3a993d/attachment.bin>
More information about the llvm-commits
mailing list