[Mlir-commits] [mlir] [MLIR][Shape] Fix crash in ShapeOfOp canonicalization during inlining (PR #178839)

Matthias Springer llvmlistbot at llvm.org
Thu Feb 5 07:47:32 PST 2026


================
@@ -0,0 +1,10 @@
+// RUN: mlir-opt %s --inline
+
+module {
+  func.func @main() {
----------------
matthias-springer wrote:

This can be reproduced with `mlir-opt -canonialize`. Let's move the test case to `Shape/canonicalize.mlir`. Let's also add `CHECK`s.


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


More information about the Mlir-commits mailing list