llvm-project/mlir/include
Alex Zinenko 321aa19ec8 [mlir] Expose printing functions in C API
Provide printing functions for most IR objects in C API (except Region that
does not have a `print` function, and Module that is expected to be printed as
Operation instead). The printing is based on a callback that is called with
chunks of the string representation and forwarded user-defined data.

Reviewed By: stellaraccident, Jing, mehdi_amini

Differential Revision: https://reviews.llvm.org/D85748
2020-08-12 13:07:34 +02:00
..
mlir Add missing dependency on Doc generation for the OpenMP dialect 2020-08-12 09:12:15 +00:00
mlir-c [mlir] Expose printing functions in C API 2020-08-12 13:07:34 +02:00