[PATCH] D111165: [AArch64][SVE] Add fixed type lowering for EXTRACT_SUBVECTOR
Bradley Smith via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Oct 8 03:46:18 PDT 2021
bsmith updated this revision to Diff 378158.
bsmith added a comment.
- Move fixed type lowering after lowering that ends in no-op
- Don't use undef in lowering
- Remove splice combine change as it is no longer needed
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D111165/new/
https://reviews.llvm.org/D111165
Files:
llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
llvm/test/CodeGen/AArch64/sve-fixed-length-ext-loads.ll
llvm/test/CodeGen/AArch64/sve-fixed-length-extract-subvector.ll
llvm/test/CodeGen/AArch64/sve-fixed-length-fp-extend-trunc.ll
llvm/test/CodeGen/AArch64/sve-fixed-length-fp-to-int.ll
llvm/test/CodeGen/AArch64/sve-fixed-length-int-to-fp.ll
llvm/test/CodeGen/AArch64/sve-fixed-length-masked-gather.ll
llvm/test/CodeGen/AArch64/sve-fixed-length-masked-scatter.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D111165.378158.patch
Type: text/x-patch
Size: 53266 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211008/c335f728/attachment.bin>
More information about the llvm-commits
mailing list