[PATCH] D32028: [AArch64] Avoid partial register writes on lane 0 of BUILD_VECTOR for i8/i16/f16

Adam Nemet via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 13 10:00:34 PDT 2017


anemet created this revision.
Herald added subscribers: rengolin, aemerson.
Herald added a reviewer: javed.absar.

This further improves Ahmed's change in https://reviews.llvm.org/rL299482.  See the new comment for the
rationale.

The patch recovers most of the regression for bzip2 after https://reviews.llvm.org/D31965. We're down
to +2.68% from +6.97%.


https://reviews.llvm.org/D32028

Files:
  lib/Target/AArch64/AArch64ISelLowering.cpp
  test/CodeGen/AArch64/arm64-indexed-vector-ldst.ll
  test/CodeGen/AArch64/arm64-neon-copy.ll
  test/CodeGen/AArch64/concat_vector-scalar-combine.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D32028.95153.patch
Type: text/x-patch
Size: 6760 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170413/e2bc8af2/attachment.bin>


More information about the llvm-commits mailing list