[Mlir-commits] [llvm] [mlir] [mlir] Add PDL C & Python usage (PR #94714)
Jacques Pienaar
llvmlistbot at llvm.org
Mon Jun 10 17:58:32 PDT 2024
================
@@ -0,0 +1,5 @@
+# Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
+# See https://llvm.org/LICENSE.txt for license information.
+# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
+
+from ._mlir_libs._mlir.rewrite import *
----------------
jpienaar wrote:
I ended up doing this inside pdl instead.
https://github.com/llvm/llvm-project/pull/94714
More information about the Mlir-commits
mailing list