[PATCH] D38196: [AArch64] Avoid interleaved SIMD store instructions for Exynos

Abderrazek Zaafrani via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 29 15:40:06 PST 2017


az updated this revision to Diff 124837.
az marked an inline comment as done.
az added a comment.

Added caching mechanism to save decisions per target of whether to go into the interleaved store replacement pass or not.


https://reviews.llvm.org/D38196

Files:
  llvm/lib/Target/AArch64/AArch64.h
  llvm/lib/Target/AArch64/AArch64TargetMachine.cpp
  llvm/lib/Target/AArch64/AArch64VectorByElementOpt.cpp
  llvm/test/CodeGen/AArch64/arm64-neon-2velem.ll
  llvm/test/CodeGen/AArch64/arm64-st1.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D38196.124837.patch
Type: text/x-patch
Size: 38789 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20171129/02b41015/attachment.bin>


More information about the llvm-commits mailing list