[Mlir-commits] [mlir] [mlir][spirv] Add last 6 Element Binary operators to TOSA Ext Inst Set (PR #184121)

Davide Grohmann llvmlistbot at llvm.org
Tue Mar 3 01:23:37 PST 2026


================
@@ -62,6 +62,16 @@ class SPIRV_TosaOpWithComplexResult<string mnemonic, int opcode, list<Trait> tra
   }];
 }
 
+class SPIRV_TosaElementwiseUnaryOp<string mnemonic, int opcode, list<Trait> traits = []> :
----------------
davidegrohmann wrote:

Sorry this should not be here. It slept through when rebasing.

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


More information about the Mlir-commits mailing list