[Mlir-commits] [mlir] [mlir][bytecode] Fix crash when reading DenseIntOrFPElementsAttr with unsupported element type (PR #184773)
Matthias Springer
llvmlistbot at llvm.org
Thu Mar 5 03:30:06 PST 2026
================
@@ -0,0 +1,15 @@
+// RUN: not mlir-opt %s --test-bytecode-roundtrip="test-kind=2" 2>&1 | FileCheck %s
----------------
matthias-springer wrote:
nit: All files in this directory start with `invalid-...`.
https://github.com/llvm/llvm-project/pull/184773
More information about the Mlir-commits
mailing list