[Mlir-commits] [llvm] [mlir] [MLIR][NVVM] Support stmatrix intrinsics (PR #148377)

Pradeep Kumar llvmlistbot at llvm.org
Mon Jul 21 04:06:54 PDT 2025


================
@@ -1144,8 +1144,44 @@ llvm.func @wmmald_matrix(%arg0: !llvm.ptr<3>) {
   llvm.return
 }
 
+llvm.func @st_matrix(%arg0: !llvm.ptr<3>, %r1: i32, %r2: i32, %r3: i32, %r4: i32) {
----------------
schwarzschild-radius wrote:

Can you please move the negative test to nvvmir-invalid.mlir?

https://github.com/llvm/llvm-project/pull/148377


More information about the Mlir-commits mailing list