[PATCH] D143283: [AArch64][SVE]: custom lower AVGFloor/AVGCeil. [WIP]

hassnaaHamdi via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 16 09:02:55 PST 2023


hassnaa-arm updated this revision to Diff 498046.
hassnaa-arm added a comment.
Herald added a subscriber: dmgreen.

Optimize the generated code by checking if the extended node was previously truncated.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D143283

Files:
  llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp
  llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
  llvm/lib/Target/AArch64/AArch64ISelLowering.h
  llvm/test/CodeGen/AArch64/arm64-vhadd.ll
  llvm/test/CodeGen/AArch64/sve-avg_floor_ceil.ll
  llvm/test/CodeGen/AArch64/sve2-hadd.ll
  llvm/test/CodeGen/Thumb2/mve-vhadd.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D143283.498046.patch
Type: text/x-patch
Size: 30742 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230216/298626d3/attachment.bin>


More information about the llvm-commits mailing list