[Mlir-commits] [mlir] [mlir][python] Reland - Add sugared builder for transform.named_sequence (PR #71642)
Oleksandr Alex Zinenko
llvmlistbot at llvm.org
Wed Nov 8 01:23:37 PST 2023
================
@@ -10,13 +10,13 @@ def run(f):
module = Module.create()
with InsertionPoint(module.body):
print("\nTEST:", f.__name__)
- f()
+ f(module)
----------------
ftynse wrote:
It's a choice between polluting the output of the test vs polluting the test code. I can live with any choice here.
https://github.com/llvm/llvm-project/pull/71642
More information about the Mlir-commits
mailing list