[PATCH] D141924: [IR] Add new intrinsics interleave and deinterleave vectors
Caroline via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Feb 3 05:56:08 PST 2023
CarolineConcatto updated this revision to Diff 494598.
CarolineConcatto edited the summary of this revision.
CarolineConcatto added a comment.
Address review comments.
- Change the deinterleave intrinsic and ISD Node to return odd and even
- Add to the intrinsic names the stride 2:
experimental.vector.deinterleave to experimental.vector.deinterleave2
experimental.vector.interleave to experimental.vector.interleave2
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D141924/new/
https://reviews.llvm.org/D141924
Files:
llvm/docs/LangRef.rst
llvm/include/llvm/CodeGen/ISDOpcodes.h
llvm/include/llvm/IR/Intrinsics.td
llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h
llvm/lib/CodeGen/SelectionDAG/SelectionDAGDumper.cpp
llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
llvm/lib/Target/AArch64/AArch64ISelLowering.h
llvm/test/CodeGen/AArch64/fixed-vector-deinterleave.ll
llvm/test/CodeGen/AArch64/fixed-vector-interleave.ll
llvm/test/CodeGen/AArch64/sve-vector-deinterleave.ll
llvm/test/CodeGen/AArch64/sve-vector-interleave.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D141924.494598.patch
Type: text/x-patch
Size: 44578 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230203/8de00bf7/attachment.bin>
More information about the llvm-commits
mailing list