[PATCH] D95218: [AArch64] Merge [US]MULL with half adds and subs into [US]ML[AS]L
Andre Vieira via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jan 22 02:16:52 PST 2021
avieira created this revision.
Herald added subscribers: danielkiss, hiraditya, kristof.beyls.
avieira requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
Hi,
This patch adds patterns to teach the AArch64 backend to merge [US]MULL
instructions and adds/subs of half the size into [US]ML[AS]L where we don't use
the top half of the result.
Is this OK for main?
Kind regards,
Andre
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D95218
Files:
llvm/lib/Target/AArch64/AArch64InstrInfo.td
llvm/test/CodeGen/AArch64/mla_mls_merge.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D95218.318469.patch
Type: text/x-patch
Size: 18373 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210122/ec997015/attachment.bin>
More information about the llvm-commits
mailing list