[Mlir-commits] [mlir] [mlir][tosa] Add verifier for `tosa.transpose` (PR #75376)

Kai Sasaki llvmlistbot at llvm.org
Wed Dec 13 23:06:34 PST 2023


================
@@ -1309,15 +1309,3 @@ func.func @test_large_constant_permutation() {
   %72 = tosa.transpose %14, %cst_26 : (tensor<?x27xi64>, tensor<2xi32>) -> tensor<?x27xi64>
   return
 }
-
-// -----
-
-// CHECK-LABEL: test_rank0_transpose_perms
----------------
Lewuathe wrote:

This check is now covered by `test_transpose_rank0_perms` in `invalid.mlir` so we can remove it, right?

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


More information about the Mlir-commits mailing list