[PATCH] D128065: [AArch64][SVE] Fold target specific ext/trunc nodes into loads/stores
Bradley Smith via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jul 1 12:59:53 PDT 2022
bsmith updated this revision to Diff 441776.
bsmith edited the summary of this revision.
bsmith added a comment.
- Ensure we don't try and combine a UUNPKHI.
- Remove incorrect IsExapanding argument to getMaskedLoad.
- Explicitly check for and create new PTRUE for mask.
- Properly check that the PTRUE we are creating can be represented at the current VL.
- Remove extract_subvector ptrue combine as it is no longer needed.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D128065/new/
https://reviews.llvm.org/D128065
Files:
llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
llvm/test/CodeGen/AArch64/insert-subvector-res-legalization.ll
llvm/test/CodeGen/AArch64/sve-fixed-length-fp-to-int.ll
llvm/test/CodeGen/AArch64/sve-fixed-length-int-div.ll
llvm/test/CodeGen/AArch64/sve-fixed-length-int-to-fp.ll
llvm/test/CodeGen/AArch64/sve-fixed-length-mask-opt.ll
llvm/test/CodeGen/AArch64/sve-fixed-length-masked-gather.ll
llvm/test/CodeGen/AArch64/sve-uunpklo-load-uzp1-store-combine.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D128065.441776.patch
Type: text/x-patch
Size: 51070 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220701/0cd65fad/attachment.bin>
More information about the llvm-commits
mailing list