[Mlir-commits] [mlir] [mlir][Pass] Enable the option for reproducer generation without crashing (PR #75421)

Puyan Lotfi llvmlistbot at llvm.org
Thu Dec 21 01:17:44 PST 2023


================
@@ -0,0 +1,13 @@
+// RUN: mlir-opt %s -pass-pipeline='builtin.module(builtin.module(test-module-pass))' \
+// RUN:   -mlir-pass-pipeline-crash-reproducer=%t \
+// RUN:   -mlir-pass-pipeline-always-generate-reproducer=true -verify-diagnostics
----------------
plotfi wrote:

This test is not working at the moment, working on it. I have something working manually on my local machine. 

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


More information about the Mlir-commits mailing list