[Mlir-commits] [mlir] [mlir][spirv] Reject coop matrix operands on unsupported arithmetic ops (PR #147230)

Jakub Kuderski llvmlistbot at llvm.org
Mon Jul 7 07:22:35 PDT 2025


================
@@ -26,6 +26,25 @@ class SPIRV_ArithmeticBinaryOp<string mnemonic, Type type,
                                [Pure, AllTypesMatch<["operand1", "operand2", "result"]>])> {
   // In addition to normal types arithmetic instructions can support cooperative
   // matrix.
----------------
kuhar wrote:

This comment looks stale

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


More information about the Mlir-commits mailing list