[Mlir-commits] [mlir] [mlir][TD] Allow op printing flags as `transform.print` attrs (PR #86846)

Oleksandr Alex Zinenko llvmlistbot at llvm.org
Wed Mar 27 11:45:50 PDT 2024


================
@@ -0,0 +1,49 @@
+// RUN: mlir-opt %s --transform-interpreter -allow-unregistered-dialect --split-input-file --verify-diagnostics | FileCheck %s
----------------
ftynse wrote:

Nit: There are no diagnostics here to verify, so let's not request that.

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


More information about the Mlir-commits mailing list