[PATCH] D128505: [AArch64] Update SME load/store intrinsics to work on opaque pointers.
Sander de Smalen via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jun 24 01:17:56 PDT 2022
sdesmalen created this revision.
sdesmalen added reviewers: david-arm, sagarkulkarni19, paulwalker-arm.
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.
These intrinsics should be able to use opaque pointers, because the
load/store type is already encoded in their names and return/operand type.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D128505
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: D128505.439664.patch
Type: text/x-patch
Size: 45396 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220624/2ef0d83a/attachment-0001.bin>
More information about the llvm-commits
mailing list