[PATCH] D59259: [AArch64] Use faddp to implement fadd reductions.

Sander de Smalen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 17 05:12:31 PDT 2019


sdesmalen updated this revision to Diff 205039.
sdesmalen edited the summary of this revision.
sdesmalen added a comment.

- Rebased patch.
- Following D60261 <https://reviews.llvm.org/D60261>, the scalar accumulator is either folded away or added separately as a scalar value, and so this patch only needs to focus on optimising the vector reduction itself.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D59259/new/

https://reviews.llvm.org/D59259

Files:
  include/llvm/Target/TargetSelectionDAG.td
  lib/Target/AArch64/AArch64ISelLowering.cpp
  lib/Target/AArch64/AArch64InstrInfo.td
  test/CodeGen/AArch64/vecreduce-fadd-legalization.ll
  test/CodeGen/AArch64/vecreduce-fadd.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D59259.205039.patch
Type: text/x-patch
Size: 6778 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190617/d94d685c/attachment.bin>


More information about the llvm-commits mailing list