[PATCH] D143276: [SME2][AArch64] Add multi-single multiply-add long long intrinsics

Kerry McLaughlin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 15 08:54:42 PST 2023


kmclaughlin updated this revision to Diff 497698.
kmclaughlin marked 2 inline comments as done.
kmclaughlin added a comment.

- Added a `sme2_mla_ll_array_vg24_single` multiclass to reduce duplication in `sme2_mla_ll_array_vg2_single` & `sme2_mla_ll_array_vg4_single`
- Removed `-mattr=+sve` from sme2-intrinsics-mlall.ll


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

https://reviews.llvm.org/D143276

Files:
  llvm/include/llvm/IR/IntrinsicsAArch64.td
  llvm/lib/Target/AArch64/AArch64SMEInstrInfo.td
  llvm/lib/Target/AArch64/SMEInstrFormats.td
  llvm/test/CodeGen/AArch64/sme2-intrinsics-mlall.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D143276.497698.patch
Type: text/x-patch
Size: 49469 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230215/cd24c858/attachment-0001.bin>


More information about the llvm-commits mailing list