[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 22 09:39:25 PDT 2022


bsmith updated this revision to Diff 446875.
bsmith added a comment.

- Tighten up checks on bitcast in store case to ensure we have the correct types.
- Remove redundant uzp1 operand check.
- Bail upon encountering non-integer types.


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.446875.patch
Type: text/x-patch
Size: 51400 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220722/f0f7d0f1/attachment-0001.bin>


More information about the llvm-commits mailing list