[all-commits] [llvm/llvm-project] aa6394: [WebAssembly] Avoid dot for v16i8 partial_smla (#1...
Sam Parker via All-commits
all-commits at lists.llvm.org
Mon Oct 20 01:12:21 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: aa63949428b3e3052e06214ce97eeee84d48567b
https://github.com/llvm/llvm-project/commit/aa63949428b3e3052e06214ce97eeee84d48567b
Author: Sam Parker <sam.parker at arm.com>
Date: 2025-10-20 (Mon, 20 Oct 2025)
Changed paths:
M llvm/lib/Target/WebAssembly/WebAssemblyInstrSIMD.td
M llvm/test/CodeGen/WebAssembly/int-mac-reduction-loops.ll
Log Message:
-----------
[WebAssembly] Avoid dot for v16i8 partial_smla (#163796)
The sequence is shorter, by two extend operations, if we just use extmul
and extadd_pairwise.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list