[PATCH] D121469: v256i32|64 reduction isel and tests
Simon Moll via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Mar 11 08:41:17 PST 2022
simoll created this revision.
simoll added a reviewer: kaz7.
simoll added a project: VE.
Herald added a subscriber: hiraditya.
Herald added a project: All.
simoll requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
and|add|or|xor|smax v256i32|64 isel and tests for vp and vector.reduce intrinsics
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D121469
Files:
llvm/lib/Target/VE/VECustomDAG.cpp
llvm/lib/Target/VE/VECustomDAG.h
llvm/lib/Target/VE/VEISelLowering.cpp
llvm/lib/Target/VE/VETargetTransformInfo.h
llvm/lib/Target/VE/VVPISelLowering.cpp
llvm/lib/Target/VE/VVPInstrInfo.td
llvm/lib/Target/VE/VVPInstrPatternsVec.td
llvm/lib/Target/VE/VVPNodes.def
llvm/test/CodeGen/VE/Vector/vec_reduce_add.ll
llvm/test/CodeGen/VE/Vector/vec_reduce_and.ll
llvm/test/CodeGen/VE/Vector/vec_reduce_or.ll
llvm/test/CodeGen/VE/Vector/vec_reduce_smax.ll
llvm/test/CodeGen/VE/Vector/vec_reduce_xor.ll
llvm/test/CodeGen/VE/Vector/vp_reduce_add.ll
llvm/test/CodeGen/VE/Vector/vp_reduce_and.ll
llvm/test/CodeGen/VE/Vector/vp_reduce_or.ll
llvm/test/CodeGen/VE/Vector/vp_reduce_smax.ll
llvm/test/CodeGen/VE/Vector/vp_reduce_xor.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D121469.414670.patch
Type: text/x-patch
Size: 28916 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220311/5f8f29eb/attachment.bin>
More information about the llvm-commits
mailing list