[PATCH] D142031: [AArch64][SME2] Add intrinsics to move multi-vectors to/from ZA.

Kerry McLaughlin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 20 06:46:07 PST 2023


kmclaughlin updated this revision to Diff 490811.
kmclaughlin marked 9 inline comments as done.
kmclaughlin edited the summary of this revision.
kmclaughlin added a comment.

- Renamed the intrinsic class names in IntrinsicsAArch64.td to `SME2_Matrix_TileVector*`/`SME2_ZA_ArrayVector*`
- Changed SelectSMETile to remove extra braces & fix indentation
- Replaced the `llvm_unreachable` in SelectMultiVectorMove with return false
- Removed adds of zero from tests


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D142031/new/

https://reviews.llvm.org/D142031

Files:
  llvm/include/llvm/IR/IntrinsicsAArch64.td
  llvm/lib/Target/AArch64/AArch64ISelDAGToDAG.cpp
  llvm/lib/Target/AArch64/AArch64SMEInstrInfo.td
  llvm/lib/Target/AArch64/SMEInstrFormats.td
  llvm/test/CodeGen/AArch64/sme2-intrinsics-extract-mova.ll
  llvm/test/CodeGen/AArch64/sme2-intrinsics-insert-mova.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D142031.490811.patch
Type: text/x-patch
Size: 90943 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230120/80ef6133/attachment.bin>


More information about the llvm-commits mailing list