[PATCH] D94034: [ARM] Flatten identity shuffles through vqdmulh nodes
Dave Green via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jan 4 14:51:06 PST 2021
dmgreen created this revision.
dmgreen added reviewers: SjoerdMeijer, samtebbs, efriedma, simon_tatham, ostannard.
Herald added subscribers: danielkiss, hiraditya, kristof.beyls.
dmgreen requested review of this revision.
Herald added a project: LLVM.
Given a shuffle(vqdmulh(shuffle, shuffle), we can flatter the shuffles out if they become an identity mask. This can come up during lane interleaving, when we do that better.
https://reviews.llvm.org/D94034
Files:
llvm/lib/Target/ARM/ARMISelLowering.cpp
llvm/test/CodeGen/Thumb2/mve-vqdmulh.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D94034.314457.patch
Type: text/x-patch
Size: 4607 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210104/b61dc4e8/attachment.bin>
More information about the llvm-commits
mailing list