[Mlir-commits] [mlir] [mlir][tosa] support NegateOp with dynamic extension in TosaToLinalg (PR #158782)

Luke Hutton llvmlistbot at llvm.org
Fri Sep 19 08:39:26 PDT 2025


================
@@ -899,6 +899,37 @@ func.func @test_negate_quantized(%arg0: tensor<1xi8>) -> () {
 
 // -----
 
+func.func @negate_no_const_1(%arg0: tensor<50x42xf16> ,%arg1: tensor<1xf16> , %arg2: tensor<1xf16> ) -> tensor<*xf16> {
----------------
lhutton1 wrote:

nit: could we add `CHECK-LABEL` lines to these tests

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


More information about the Mlir-commits mailing list