[PATCH] D99355: Implementation of intrinsic and SDNode definitions for VP load, store, gather, scatter.
Hussain Kadhem via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 25 10:56:59 PDT 2021
hussainjk created this revision.
hussainjk added reviewers: simoll, vkmr.
Herald added subscribers: dexonsmith, jfb, hiraditya.
hussainjk requested review of this revision.
Herald added subscribers: llvm-commits, jdoerfert.
Herald added a project: LLVM.
This patch adds intrinsic definitions and SDNodes for predicated load/store/gather/scatter, based on the work done in D57504 <https://reviews.llvm.org/D57504>.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D99355
Files:
llvm/include/llvm/CodeGen/SelectionDAG.h
llvm/include/llvm/CodeGen/SelectionDAGNodes.h
llvm/include/llvm/IR/IntrinsicInst.h
llvm/include/llvm/IR/Intrinsics.td
llvm/include/llvm/IR/VPIntrinsics.def
llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
llvm/lib/IR/IntrinsicInst.cpp
llvm/unittests/IR/VPIntrinsicTest.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D99355.333352.patch
Type: text/x-patch
Size: 27219 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210325/909855ea/attachment.bin>
More information about the llvm-commits
mailing list