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

Eugene Burmako via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 24 13:01:51 PDT 2023


burmako created this revision.
Herald added subscribers: bviyer, Moerafaat, zero9178, bzcheeseman, sdasgup3, wenzhicui, wrengr, cota, teijeong, rdzhabarov, tatianashp, msifontes, jurahul, Kayjukh, grosul1, Joonsoo, liufengdb, aartbik, mgester, arpith-jacob, antiagainst, shauheen, rriddle, mehdi_amini.
Herald added a reviewer: ftynse.
Herald added a project: All.
burmako requested review of this revision.
Herald added subscribers: llvm-commits, stephenneuendorffer, nicolasvasilache.
Herald added a project: LLVM.

https://reviews.llvm.org/D151104 moved PDL-related transform ops into an extension and updated the Bazel build, but one tiny thing fell through the cracks - TransformOpsPyFiles also needs to include the newly introduced `mlir/python/mlir/dialects/_transform_pdl_extension_ops_ext.py`.


Repository:
  rG LLVM Github Monorepo

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
@@ -933,6 +933,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",
         ":StructuredTransformOpsPyGen",
         ":TransformOpsPyGen",


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


More information about the llvm-commits mailing list