Skip to content

In MLIR dialect, use LLVM's built-in JSON library #464

@sampsyo

Description

@sampsyo

As of #463, @Mond45 added a really cool implementation of a Bril MLIR dialect. There is a translation to and from "real" Bril in JSON form. These transitions currently depend on the ubiquitous nlohmann/json C++ library as an external dependency.

However, LLVM these days includes its own JSON library. It could be a "fun" project to convert its JSON-interacting components to use that library, thereby eliminating a dependency.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions