[Mlir-commits] [mlir] [mlir][Transforms] Add missing check in applyPermutation (PR #102099)

donald chen llvmlistbot at llvm.org
Tue Aug 6 06:00:14 PDT 2024


================
@@ -0,0 +1,10 @@
+// RUN: not --crash mlir-opt %s --pass-pipeline="builtin.module(func.func(tosa-to-linalg-named))" 2>&1 | FileCheck -check-prefix=CHECK %s
----------------
cxy-1993 wrote:

I don't think we should put the test in this file; util and this conversion are not closely related.

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


More information about the Mlir-commits mailing list