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

Sander de Smalen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 13 08:20:05 PDT 2019


sdesmalen updated this revision to Diff 190422.
sdesmalen added a comment.

This patch now matches `ISD::VECREDUCE_FADD` directly, and shows the diff with `test/CodeGen/AArch64/vecreduce-fadd.ll`.


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.190422.patch
Type: text/x-patch
Size: 6785 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190313/564e076a/attachment.bin>


More information about the llvm-commits mailing list