[PATCH] D115863: [SVE][CodeGen] Use splice instruction when lowering VECTOR_SPLICE
David Sherwood via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 4 03:44:40 PST 2022
david-arm updated this revision to Diff 397253.
david-arm added a comment.
- Change `IdxVal >= -1` check to be `IdxVal >= 0` because the -1 is now already covered.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D115863/new/
https://reviews.llvm.org/D115863
Files:
llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
llvm/lib/Target/AArch64/Utils/AArch64BaseInfo.h
llvm/test/CodeGen/AArch64/named-vector-shuffles-sve.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D115863.397253.patch
Type: text/x-patch
Size: 30032 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220104/1cb101e3/attachment.bin>
More information about the llvm-commits
mailing list