[all-commits] [llvm/llvm-project] de9976: [AArch64] Fix partial_reduce v16i8 -> v2i32 (#177119)
Sander de Smalen via All-commits
all-commits at lists.llvm.org
Thu Jan 22 01:11:35 PST 2026
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: de997639876db38d20c7ed9fb0c683a239d56bf5
https://github.com/llvm/llvm-project/commit/de997639876db38d20c7ed9fb0c683a239d56bf5
Author: Sander de Smalen <sander.desmalen at arm.com>
Date: 2026-01-22 (Thu, 22 Jan 2026)
Changed paths:
M llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
M llvm/test/CodeGen/AArch64/sve-partial-reduce-dot-product.ll
Log Message:
-----------
[AArch64] Fix partial_reduce v16i8 -> v2i32 (#177119)
The lowering doesn't need to check for `ConvertToScalable`, because it
lowers to another `PARTIAL_REDUCE_*MLA` node, which is subsequently
lowered using either fixed-length or scalable types.
This fixes https://github.com/llvm/llvm-project/issues/176954
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