13 #ifndef CIRCT_SUPPORT_JSON_H
14 #define CIRCT_SUPPORT_JSON_H
17 #include "llvm/Support/JSON.h"
The InstanceGraph op interface, see InstanceGraphInterface.td for more details.
Attribute convertJSONToAttribute(MLIRContext *context, llvm::json::Value &value, llvm::json::Path p)
Convert arbitrary JSON to an MLIR Attribute.
LogicalResult convertAttributeToJSON(llvm::json::OStream &json, Attribute attr)
Convert a simple attribute to JSON.