[PATCH] D114884: [VP] Strided loads/stores
Lorenzo Albano via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Dec 1 08:45:27 PST 2021
loralb created this revision.
loralb added reviewers: simoll, frasercrmck, craig.topper, rogfer01.
Herald added subscribers: dexonsmith, hiraditya.
loralb requested review of this revision.
Herald added subscribers: llvm-commits, jdoerfert.
Herald added a project: LLVM.
This patch introduces two new experimental IR intrinsics and SDAG nodes to represent vector strided loads and stores.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D114884
Files:
llvm/include/llvm/CodeGen/SelectionDAG.h
llvm/include/llvm/CodeGen/SelectionDAGNodes.h
llvm/include/llvm/IR/Intrinsics.td
llvm/include/llvm/IR/VPIntrinsics.def
llvm/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h
llvm/lib/IR/IntrinsicInst.cpp
llvm/unittests/IR/VPIntrinsicTest.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D114884.391024.patch
Type: text/x-patch
Size: 39679 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211201/d41f1d9f/attachment.bin>
More information about the llvm-commits
mailing list