[llvm] [Matrix] Lower vector reductions using shape info (PR #142055)
Florian Hahn via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 16 04:10:02 PDT 2025
================
@@ -0,0 +1,200 @@
+; NOTE: Assertions have been autogenerated by utils/update_test_checks.py
+; RUN: opt -passes='lower-matrix-intrinsics' -S < %s | FileCheck %s
+
+define i32 @reduce_add(ptr %in, ptr %out) {
----------------
fhahn wrote:
should also have at least one test where have have more than 2 columns and one with an odd number of columns
https://github.com/llvm/llvm-project/pull/142055
More information about the llvm-commits
mailing list