[PATCH] D74581: [llvm][CodeGen][aarch64] Add continuous prefetch intrinsics for SVE.

Francesco Petrogalli via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 19 14:45:32 PST 2020


fpetrogalli updated this revision to Diff 245526.
fpetrogalli added a comment.

The patch now is ready to review. It covers only the contiguous prefetches. I will create a separate revision for the gather prefetches.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D74581

Files:
  llvm/include/llvm/IR/IntrinsicsAArch64.td
  llvm/lib/Target/AArch64/AArch64ISelDAGToDAG.cpp
  llvm/lib/Target/AArch64/AArch64SVEInstrInfo.td
  llvm/lib/Target/AArch64/SVEInstrFormats.td
  llvm/test/CodeGen/AArch64/sve-intrinsics-contiguous-prefetches.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D74581.245526.patch
Type: text/x-patch
Size: 14825 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200219/7f7de669/attachment.bin>


More information about the llvm-commits mailing list