Skip to content
  • Alex Zinenko's avatar
    75f239e9
    [mlir] Initial version of C APIs · 75f239e9
    Alex Zinenko authored
        Introduce an initial version of C API for MLIR core IR components: Value, Type,
        Attribute, Operation, Region, Block, Location. These APIs allow for both
        inspection and creation of the IR in the generic form and intended for wrapping
        in high-level library- and language-specific constructs. At this point, there
        is no stability guarantee provided for the API.
    
    Reviewed By: stellaraccident, lattner
    
    Differential Revision: https://reviews.llvm.org/D83310
    75f239e9
    [mlir] Initial version of C APIs
    Alex Zinenko authored
        Introduce an initial version of C API for MLIR core IR components: Value, Type,
        Attribute, Operation, Region, Block, Location. These APIs allow for both
        inspection and creation of the IR in the generic form and intended for wrapping
        in high-level library- and language-specific constructs. At this point, there
        is no stability guarantee provided for the API.
    
    Reviewed By: stellaraccident, lattner
    
    Differential Revision: https://reviews.llvm.org/D83310
Loading