[all-commits] [llvm/llvm-project] 32d72b: [AArch64] Add tests for dotreduce to check for wid...
Zain Jaffal via All-commits
all-commits at lists.llvm.org
Mon Jan 16 04:05:40 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 32d72bdc32ee68e1542db2c0c39229d6b1d0b838
https://github.com/llvm/llvm-project/commit/32d72bdc32ee68e1542db2c0c39229d6b1d0b838
Author: Zain Jaffal <z_jaffal at apple.com>
Date: 2023-01-16 (Mon, 16 Jan 2023)
Changed paths:
M llvm/test/CodeGen/AArch64/neon-dotreduce.ll
Log Message:
-----------
[AArch64] Add tests for dotreduce to check for wider vectors.
Currently we only reduce vector.reduce.add to sdot if the vectors are either <8 x i8> or <16 x i8>.
Reviewed By: fhahn
Differential Revision: https://reviews.llvm.org/D141692
More information about the All-commits
mailing list