This is an archive of the discontinued LLVM Phabricator instance.

[mlir] Introduce C API for PDL dialect types
ClosedPublic

Authored by shabalin on Jan 13 2022, 6:08 AM.

Details

Summary

This change introduces C API helper functions to work with PDL types.
Modification closely follow the format of the https://reviews.llvm.org/D116546.

Diff Detail

Event Timeline

shabalin created this revision.Jan 13 2022, 6:08 AM
shabalin requested review of this revision.Jan 13 2022, 6:08 AM
ftynse accepted this revision.Jan 13 2022, 6:21 AM
ftynse added inline comments.
mlir/include/mlir-c/Dialect/PDL.h
1
This revision is now accepted and ready to land.Jan 13 2022, 6:21 AM
shabalin updated this revision to Diff 399658.Jan 13 2022, 6:25 AM

Apply suggested edit.

This revision was landed with ongoing or failed builds.Jan 13 2022, 6:29 AM
This revision was automatically updated to reflect the committed changes.