[PATCH] D141692: [AArch64] Add tests for dotreduce to check for wider vectors.

Zain Jaffal via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 13 07:22:00 PST 2023


zjaffal created this revision.
zjaffal added reviewers: fhahn, dmgreen.
Herald added subscribers: StephenFan, kristof.beyls.
Herald added a project: All.
zjaffal requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Currently we only reduce vector.reduce.add to sdot if the vectors are either <8 x i8> or <16 x i8>.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D141692

Files:
  llvm/test/CodeGen/AArch64/neon-dotreduce.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D141692.489000.patch
Type: text/x-patch
Size: 52487 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230113/ee776fd6/attachment-0001.bin>


More information about the llvm-commits mailing list