[Mlir-commits] [mlir] [mlir][tosa] Add error if and level checks for COND_IF & WHILE_LOOP (PR #136194)
Tai Ly
llvmlistbot at llvm.org
Mon Apr 21 13:12:12 PDT 2025
================
@@ -167,3 +167,352 @@ func.func @test_scalar_slice(%arg0: tensor<f32>) -> tensor<f32> {
%2 = tosa.slice %arg0, %0, %1 : (tensor<f32>, !tosa.shape<0>, !tosa.shape<0>) -> tensor<f32>
return %2 : tensor<f32>
}
+
----------------
Tai78641 wrote:
these tests appear to be redundant? they are duplicated in verifier.mlir
https://github.com/llvm/llvm-project/pull/136194
More information about the Mlir-commits
mailing list