[PATCH] D102498: [AArch64][SVE] Improve codegen for fixed length vector concat
Bradley Smith via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed May 19 07:36:29 PDT 2021
bsmith updated this revision to Diff 346455.
bsmith marked 4 inline comments as done.
bsmith added a comment.
- Move splice undef optimisation to a target specific dag combine
- Handle >2 operand concat_vectors nodes.
- Some minor code tidy ups.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D102498/new/
https://reviews.llvm.org/D102498
Files:
llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
llvm/lib/Target/AArch64/AArch64ISelLowering.h
llvm/lib/Target/AArch64/AArch64SVEInstrInfo.td
llvm/test/CodeGen/AArch64/sve-fixed-length-concat.ll
llvm/test/CodeGen/AArch64/sve-fixed-length-shuffles.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D102498.346455.patch
Type: text/x-patch
Size: 60005 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210519/e1a78f3f/attachment.bin>
More information about the llvm-commits
mailing list