[PATCH] D46655: [AArch64] Improve single vector lane stores

Evandro Menezes via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 9 11:48:52 PDT 2018


evandro created this revision.
evandro added reviewers: ab, SjoerdMeijer.
Herald added subscribers: llvm-commits, hiraditya, kristof.beyls, rengolin.
Herald added a reviewer: javed.absar.

When storing the 0th lane of a vector, use a simpler and usually more efficient scalar store instead.


Repository:
  rL LLVM

https://reviews.llvm.org/D46655

Files:
  llvm/lib/Target/AArch64/AArch64InstrInfo.td
  llvm/test/CodeGen/AArch64/arm64-neon-copy.ll
  llvm/test/CodeGen/AArch64/arm64-neon-simd-ldst-one.ll
  llvm/test/CodeGen/AArch64/arm64-st1.ll
  llvm/test/CodeGen/AArch64/fp16-vector-load-store.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D46655.145975.patch
Type: text/x-patch
Size: 16318 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180509/5e0b13d3/attachment.bin>


More information about the llvm-commits mailing list