[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 27 04:33:54 PST 2023


zjaffal updated this revision to Diff 492703.
zjaffal added a comment.

Generate v16 checks and then seperate the reminder in v8 chucks this should improve the test case for v24i8


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D141693/new/

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.492703.patch
Type: text/x-patch
Size: 104835 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230127/af4858e0/attachment-0001.bin>


More information about the llvm-commits mailing list