[llvm] [AMDGPU] Validate WMMA scale/format combination (PR #203074)

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 10 12:56:40 PDT 2026


================
@@ -0,0 +1,20 @@
+; RUN: not llc -mtriple=amdgcn -mcpu=gfx1250 < %s 2>&1 | FileCheck -check-prefix=ERR %s
+
+; ERR: error: invalid matrix and scale format combination in wmma call
----------------
arsenm wrote:

Belongs in IR verifier?

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


More information about the llvm-commits mailing list