[Mlir-commits] [mlir] [mlir][Linalg] Fix crash in buildBinaryFn on non-numeric types (PR #180594)

Akimasa Watanuki llvmlistbot at llvm.org
Tue Feb 10 21:02:58 PST 2026


================
@@ -0,0 +1,10 @@
+// RUN: not mlir-opt %s -split-input-file 2>&1 | FileCheck %s
+
+func.func @crash_repro() {
----------------
Men-cotton wrote:

Rename.
For details, please see https://mlir.llvm.org/getting_started/TestingGuide/#after-step-2-improve-test-naming and existing test names in `mlir/test/Dialect/Linalg/invalid.mlir`.

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


More information about the Mlir-commits mailing list