[PATCH] D91802: [VE] VE Vector Predicated SDNode, vector add isel and tests
Simon Moll via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Nov 19 09:17:13 PST 2020
simoll created this revision.
simoll added reviewers: kaz7, k-ishizaka.
simoll added a project: VE.
Herald added subscribers: llvm-commits, rogfer01, hiraditya.
Herald added a project: LLVM.
simoll requested review of this revision.
Herald added a subscriber: vkmr.
VE Vector Predicated (VVP) SDNodes form an intermediate layer between VE vector instructions and the initial SDNodes.
We introduce 'vvp_add' with isel and tests as the first of these VVP nodes. VVP nodes have a mask and explicit vector length operand, which we will make proper use of later.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D91802
Files:
llvm/lib/Target/VE/VEISelLowering.cpp
llvm/lib/Target/VE/VEISelLowering.h
llvm/lib/Target/VE/VEInstrInfo.td
llvm/lib/Target/VE/VEInstrPatternsVec.td
llvm/lib/Target/VE/VVPInstrInfo.td
llvm/lib/Target/VE/VVPInstrPatternsVec.td
llvm/lib/Target/VE/VVPNodes.inc
llvm/test/CodeGen/VE/Vector/vec_add.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D91802.306438.patch
Type: text/x-patch
Size: 18275 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201119/772dc0ea/attachment.bin>
More information about the llvm-commits
mailing list