This is an archive of the discontinued LLVM Phabricator instance.

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

Authored by burmako on May 24 2023, 1:01 PM.

Details

Summary

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.

Diff Detail

Event Timeline

burmako created this revision.May 24 2023, 1:01 PM
Herald added a project: Restricted Project. · View Herald Transcript
burmako requested review of this revision.May 24 2023, 1:01 PM
saugustine accepted this revision.May 24 2023, 1:02 PM
This revision is now accepted and ready to land.May 24 2023, 1:02 PM
bkramer accepted this revision.May 24 2023, 1:02 PM
This revision was landed with ongoing or failed builds.May 24 2023, 1:04 PM
This revision was automatically updated to reflect the committed changes.