[Mlir-commits] [mlir] [mlir][python] Add normalforms to capture preconditions of transforms (PR #79449)

Maksim Levental llvmlistbot at llvm.org
Thu Jan 25 11:47:22 PST 2024


================
@@ -192,6 +234,45 @@ def constant_param(value: Union[ir.Attribute, int]) -> ParamHandle:
     return op.param
 
 
+class Normalform:
----------------
makslevental wrote:

ultra nit: prefer `NormalForm`

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


More information about the Mlir-commits mailing list