[llvm] [Matrix] Use data layout index type for lowering matrix intrinsics (PR #162646)
Florian Hahn via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 9 05:59:00 PDT 2025
================
@@ -1,22 +1,40 @@
; NOTE: Assertions have been autogenerated by utils/update_test_checks.py
-; RUN: opt -passes='lower-matrix-intrinsics' -S < %s | FileCheck %s
----------------
fhahn wrote:
Instead of modifying the existing tests, could you add a dedicated test file for the change? Ideally covering strided load + stores, and regular loads + stores, with i32 index type (and maybe i128 index type) to cover the extend case as well?
That way we have a focused test for the index computations, and don't complicate the other tests
https://github.com/llvm/llvm-project/pull/162646
More information about the llvm-commits
mailing list