[PATCH] D151368: [MLIR] Update Bazel build to finish moving PDL-related transform ops into an extension

Benjamin Kramer via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 24 13:04:48 PDT 2023


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG9598fe54e216: [MLIR] Update Bazel build to finish moving PDL-related transform ops into an… (authored by burmako, committed by bkramer).

Changed prior to commit:
  https://reviews.llvm.org/D151368?vs=525311&id=525312#toc

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D151368/new/

https://reviews.llvm.org/D151368

Files:
  utils/bazel/llvm-project-overlay/mlir/python/BUILD.bazel


Index: utils/bazel/llvm-project-overlay/mlir/python/BUILD.bazel
===================================================================
--- utils/bazel/llvm-project-overlay/mlir/python/BUILD.bazel
+++ utils/bazel/llvm-project-overlay/mlir/python/BUILD.bazel
@@ -953,6 +953,7 @@
         "mlir/dialects/_loop_transform_ops_ext.py",
         "mlir/dialects/_structured_transform_ops_ext.py",
         "mlir/dialects/_transform_ops_ext.py",
+        "mlir/dialects/_transform_pdl_extension_ops_ext.py",
         ":LoopTransformOpsPyGen",
         ":PDLTransformOpsPyGen",
         ":StructuredTransformOpsPyGen",


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D151368.525312.patch
Type: text/x-patch
Size: 606 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230524/1039797c/attachment.bin>


More information about the llvm-commits mailing list