[Mlir-commits] [mlir] [mlir][spirv] Mark several SPIR-V TOSA Ext Inst ops as NoMemoryEffects (PR #191814)

Davide Grohmann llvmlistbot at llvm.org
Mon Apr 13 06:41:58 PDT 2026


================
@@ -343,6 +344,8 @@ def SPIRV_TosaConv2DOp : SPIRV_TosaConvolutionOp<"Conv2D", 2> {
 
     Input and weight have respective zero point values provided in input_zp and weight_zp.
 
+    The behaviour is undefined if the acculated result overflows or underflows.
----------------
davidegrohmann wrote:

typo

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


More information about the Mlir-commits mailing list