[PATCH] D141693: [AArch64] turn extended vecreduce bigger than v16i8 into udot/sdot
Zain Jaffal via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jan 13 07:23:23 PST 2023
zjaffal created this revision.
zjaffal added reviewers: fhahn, dmgreen.
Herald added subscribers: StephenFan, hiraditya, kristof.beyls.
Herald added a project: All.
zjaffal requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
We can do this by breaking vecreduce into v16i8 vectors generating udot/sdot and concatenating them.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D141693
Files:
llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
llvm/test/CodeGen/AArch64/neon-dotreduce.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D141693.489001.patch
Type: text/x-patch
Size: 76897 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230113/c118e9f7/attachment.bin>
More information about the llvm-commits
mailing list