[PATCH] D143193: [DAG] Add visitABD optimizations

Dave Green via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Feb 4 10:22:49 PST 2023


dmgreen updated this revision to Diff 494842.
dmgreen added a comment.

I was just updating it now :)

This adds reassociation, and also moves the lowering of NEON ABD intrinsics from lowering to a combine so that they can happen earlier which makes testing easier.


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

https://reviews.llvm.org/D143193

Files:
  llvm/include/llvm/CodeGen/TargetLowering.h
  llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
  llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
  llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
  llvm/test/CodeGen/AArch64/abd-combine.ll
  llvm/test/CodeGen/AArch64/arm64-neon-aba-abd.ll
  llvm/test/CodeGen/Thumb2/mve-vabdus.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D143193.494842.patch
Type: text/x-patch
Size: 16363 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230204/eab1288d/attachment.bin>


More information about the llvm-commits mailing list