[PATCH] D81458: [AArch64][SVE] Change pointer type of struct load/store intrinsics.

Sander de Smalen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 9 05:27:10 PDT 2020


sdesmalen created this revision.
sdesmalen added reviewers: fpetrogalli, c-rhodes.
Herald added subscribers: danielkiss, psnobl, rkruppe, kristof.beyls, tschuett.
Herald added a reviewer: rengolin.
Herald added a reviewer: efriedma.
Herald added a project: LLVM.

Instead of loading from e.g. `<vscale x 16 x i8>*`, load from element
pointer `i8*`. This is more in line with the other load/store
intrinsics for SVE.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D81458

Files:
  llvm/include/llvm/IR/IntrinsicsAArch64.td
  llvm/test/CodeGen/AArch64/sve-intrinsics-loads.ll
  llvm/test/CodeGen/AArch64/sve-intrinsics-stN-reg-imm-addr-mode.ll
  llvm/test/CodeGen/AArch64/sve-intrinsics-stN-reg-reg-addr-mode.ll
  llvm/test/CodeGen/AArch64/sve-intrinsics-stores.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D81458.269494.patch
Type: text/x-patch
Size: 96128 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200609/5b5a7a72/attachment-0001.bin>


More information about the llvm-commits mailing list