[PATCH] D121784: [VP] Add splitting for VP_STRIDED_STORE and VP_STRIDED_LOAD
Lorenzo Albano via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 6 02:38:46 PDT 2022
loralb updated this revision to Diff 420751.
loralb added a comment.
Changelog:
- Address some of the review comments
A new parent revision was added: now there is no need anymore to manually handle the stride operand expansion/truncation.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D121784/new/
https://reviews.llvm.org/D121784
Files:
llvm/lib/CodeGen/SelectionDAG/LegalizeTypes.h
llvm/lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp
llvm/test/CodeGen/RISCV/rvv/fixed-vectors-strided-vpload.ll
llvm/test/CodeGen/RISCV/rvv/fixed-vectors-strided-vpstore.ll
llvm/test/CodeGen/RISCV/rvv/strided-vpload.ll
llvm/test/CodeGen/RISCV/rvv/strided-vpstore.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D121784.420751.patch
Type: text/x-patch
Size: 46032 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220406/4fff238f/attachment.bin>
More information about the llvm-commits
mailing list