[PATCH] D28069: [AArch64] Avoid more “by element” instructions for Exynos

Abderrazek Zaafrani via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 22 15:42:02 PST 2016


az created this revision.
az added reviewers: rengolin, evandro, spop, t.p.northover.
az added a subscriber: llvm-commits.
Herald added a subscriber: aemerson.

In addition to the SIMD vector instructions already there (vector by element instructions), add the SIMD scalar instructions (scalar by element) to the list of instructions where the “by element” feature should be avoided.


https://reviews.llvm.org/D28069

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D28069.82376.patch
Type: text/x-patch
Size: 7888 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20161222/82d0f847/attachment.bin>


More information about the llvm-commits mailing list