[PATCH] D141266: [AArch64][SME] Improve streaming-compatible codegen for extending loads/truncating stores.

Sander de Smalen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 9 01:54:35 PST 2023


sdesmalen created this revision.
sdesmalen added reviewers: hassnaa-arm, david-arm.
Herald added subscribers: ctetreau, hiraditya, kristof.beyls.
Herald added a project: All.
sdesmalen requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

This is another step in aligning addTypeForStreamingSVE with addTypeForFixedLengthSVE,
which also improves code quality for extending loads and truncating stores.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D141266

Files:
  llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
  llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-bitcast.ll
  llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-ext-loads.ll
  llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-fcopysign.ll
  llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-fp-extend-trunc.ll
  llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-loads.ll
  llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-optimize-ptrue.ll
  llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-subvector.ll
  llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-trunc-stores.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D141266.487341.patch
Type: text/x-patch
Size: 27858 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230109/f08e792e/attachment.bin>


More information about the llvm-commits mailing list