[PATCH] D82669: [ARM] Generate URHADD from (b - (~a)) >> 1
Petre Tudor via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 30 10:50:38 PDT 2020
PetreTudor updated this revision to Diff 274540.
PetreTudor added a comment.
Addressed review comments:
- Added extra checks
- Added SRHADD generation from very similar pattern
- Added tests for 64-bit vectors
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D82669/new/
https://reviews.llvm.org/D82669
Files:
llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
llvm/lib/Target/AArch64/AArch64ISelLowering.h
llvm/lib/Target/AArch64/AArch64InstrInfo.td
llvm/test/CodeGen/AArch64/arm64-vhadd.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D82669.274540.patch
Type: text/x-patch
Size: 31509 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200630/762f6ee7/attachment.bin>
More information about the llvm-commits
mailing list