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

Igor Wodiany llvmlistbot at llvm.org
Tue Mar 3 00:46:22 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 = []> :
----------------
IgWod wrote:

Any reason it is added here? I don't see this being used anywhere at the moment and there is no mention of it in title/description.

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


More information about the Mlir-commits mailing list