[Mlir-commits] [mlir] [MLIR][Transform][SMT] Introduce transform.smt.constrain_params (PR #159450)

Rolf Morel llvmlistbot at llvm.org
Thu Sep 18 12:58:31 PDT 2025


================
@@ -0,0 +1,50 @@
+# RUN: %PYTHON %s | FileCheck %s
+
+from mlir.ir import *
----------------
rolfmorel wrote:

Not really my style either. Is a style used by many other tests though.

Have changed to `from mlir import ir` in this PR.

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


More information about the Mlir-commits mailing list