[PATCH] D129083: [AArch64][SME] Update load/store intrinsics to take predicate corresponding to element size.

Sander de Smalen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 4 07:27:16 PDT 2022


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

Instead of using <vscale x 16 x i1> for all the loads/stores, we now use the appropriate
predicate type according to the element size, e.g.

  ld1b uses <vscale x 16 x i1>
  ld1w uses <vscale x 4 x i1>
  ld1q uses <vscale x 1 x i1>


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D129083

Files:
  llvm/include/llvm/IR/IntrinsicsAArch64.td
  llvm/test/CodeGen/AArch64/sme-intrinsics-loads.ll
  llvm/test/CodeGen/AArch64/sme-intrinsics-stores.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D129083.442098.patch
Type: text/x-patch
Size: 37928 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220704/365e306a/attachment.bin>


More information about the llvm-commits mailing list