This is an archive of the discontinued LLVM Phabricator instance.

[mlir] Add C and python API for is_registered_operation.
ClosedPublic

Authored by stellaraccident on Mar 30 2021, 10:20 PM.

Diff Detail

Event Timeline

stellaraccident requested review of this revision.Mar 30 2021, 10:20 PM

Backout weird clang format changes.

Backout more clang-format stuff.

mehdi_amini accepted this revision.Mar 30 2021, 10:42 PM
mehdi_amini added inline comments.
mlir/include/mlir-c/IR.h
124
This revision is now accepted and ready to land.Mar 30 2021, 10:42 PM
Harbormaster completed remote builds in B96459: Diff 334344.
stellaraccident marked an inline comment as done.Mar 30 2021, 10:55 PM
This revision was landed with ongoing or failed builds.Mar 30 2021, 10:57 PM
This revision was automatically updated to reflect the committed changes.
ftynse added a subscriber: ftynse.Mar 31 2021, 12:30 AM
ftynse added inline comments.
mlir/test/Bindings/Python/dialects.py
33

Nice!