[PATCH] D141870: [DAG] Fold Op(vecreduce(a), vecreduce(b)) into vecreduce(Op(a,b))

Dave Green via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 8 03:43:48 PST 2023


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG1af3f596f6c6: [DAG] Fold Op(vecreduce(a), vecreduce(b)) into vecreduce(Op(a,b)) (authored by dmgreen).

Changed prior to commit:
  https://reviews.llvm.org/D141870?vs=495420&id=495796#toc

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D141870

Files:
  llvm/include/llvm/CodeGen/TargetLowering.h
  llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
  llvm/lib/Target/ARM/ARMISelLowering.h
  llvm/test/CodeGen/AArch64/aarch64-addv.ll
  llvm/test/CodeGen/AArch64/double_reduct.ll
  llvm/test/CodeGen/AArch64/sve-doublereduct.ll
  llvm/test/CodeGen/AArch64/sve-fp-reduce.ll
  llvm/test/CodeGen/AArch64/vecreduce-add.ll
  llvm/test/CodeGen/AArch64/vecreduce-fadd.ll
  llvm/test/CodeGen/RISCV/double_reduct.ll
  llvm/test/CodeGen/Thumb2/mve-doublereduct.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D141870.495796.patch
Type: text/x-patch
Size: 56198 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230208/2bc0eaf8/attachment.bin>


More information about the llvm-commits mailing list