[PATCH] D119556: [AArch64] Custom lower smaller than legal abd/hadd
Dave Green via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Feb 11 09:34:03 PST 2022
dmgreen created this revision.
dmgreen added reviewers: RKSimon, craig.topper, efriedma, samtebbs, jaykang10.
Herald added subscribers: hiraditya, kristof.beyls.
dmgreen requested review of this revision.
Herald added a project: LLVM.
This is the AArch64 variant of D119075 <https://reviews.llvm.org/D119075>, custom lowering the smaller-than-legal binops manually using NVCAST and appropriate extends.
https://reviews.llvm.org/D119556
Files:
llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
llvm/test/CodeGen/AArch64/arm64-vhadd.ll
llvm/test/CodeGen/AArch64/neon-abd.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D119556.407914.patch
Type: text/x-patch
Size: 10085 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220211/740ee5ff/attachment.bin>
More information about the llvm-commits
mailing list