[PATCH] D106531: [ARM] Turn vecreduce_add(add(x, y)) into vecreduce(x) + vecreduce(y)

Dave Green via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 30 02:11:03 PDT 2021


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG4b563067622d: [ARM] Turn vecreduce_add(add(x, y)) into vecreduce(x) + vecreduce(y) (authored by dmgreen).

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D106531

Files:
  llvm/lib/Target/ARM/ARMISelLowering.cpp
  llvm/test/CodeGen/Thumb2/mve-vaddv.ll
  llvm/test/CodeGen/Thumb2/mve-vecreduce-mla.ll
  llvm/test/CodeGen/Thumb2/mve-vecreduce-mlapred.ll
  llvm/test/CodeGen/Thumb2/mve-vecreduce-slp.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D106531.362998.patch
Type: text/x-patch
Size: 45465 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210730/4ef10d9a/attachment.bin>


More information about the llvm-commits mailing list