[Mlir-commits] [mlir] [mlir][tosa] Fix crash in validation pass when dialect is not loaded (PR #173449)

Mehdi Amini llvmlistbot at llvm.org
Sun Dec 28 07:52:33 PST 2025


================
@@ -0,0 +1,21 @@
+// RUN: mlir-opt %s -split-input-file -tosa-validate | FileCheck %s
+
+// --- First case: without TOSA Operation (#173370 bug reproduction) ---
----------------
joker-eph wrote:

Can this just be appended to `mlir/test/Dialect/Tosa/tosa-validation-valid.mlir` ?

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


More information about the Mlir-commits mailing list