[PATCH] D74858: [AArch64][SVE] Add intrinsics for non-temporal gather-loads/scatter-stores

Andrzej Warzynski via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 20 06:13:15 PST 2020


andwar updated this revision to Diff 245633.
andwar added a comment.

I've made some NFC changes, so that we re-use more code.

- Rebased this patch to incorporate the changes implemented here: https://reviews.llvm.org/rG0e417b034ad2
- Renamed Selection DAG types for gathers and scatters and used those definitions for non-temporal gathers/scatters (as opposed to definitnig new ones)


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D74858

Files:
  llvm/include/llvm/IR/IntrinsicsAArch64.td
  llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
  llvm/lib/Target/AArch64/AArch64ISelLowering.h
  llvm/lib/Target/AArch64/AArch64SVEInstrInfo.td
  llvm/lib/Target/AArch64/SVEInstrFormats.td
  llvm/test/CodeGen/AArch64/sve2-intrinsics-nt-gather-loads.ll
  llvm/test/CodeGen/AArch64/sve2-intrinsics-nt-scatter-stores.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D74858.245633.patch
Type: text/x-patch
Size: 45148 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200220/5ad089c4/attachment.bin>


More information about the llvm-commits mailing list