[PATCH] D24833: [LoopDataPrefetch/AArch64] Allow selective prefetching of symbolic strided accesses

Balaram Makam via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 4 22:31:33 PDT 2016


bmakam updated the summary for this revision.
bmakam updated this revision to Diff 73591.
bmakam added a comment.

Restricted to only irregular symbolic strides such as those found in spec2006/mcf and spec2000/gap. Please take a look.


https://reviews.llvm.org/D24833

Files:
  include/llvm/Analysis/TargetTransformInfo.h
  include/llvm/Analysis/TargetTransformInfoImpl.h
  lib/Analysis/TargetTransformInfo.cpp
  lib/Target/AArch64/AArch64Subtarget.cpp
  lib/Target/AArch64/AArch64Subtarget.h
  lib/Target/AArch64/AArch64TargetTransformInfo.cpp
  lib/Target/AArch64/AArch64TargetTransformInfo.h
  lib/Transforms/Scalar/LoopDataPrefetch.cpp
  test/Transforms/LoopDataPrefetch/AArch64/kryo-large-stride.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D24833.73591.patch
Type: text/x-patch
Size: 17228 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20161005/9a96acfa/attachment.bin>


More information about the llvm-commits mailing list