I considered adding a new dialect top-level file with all ops,
attributes & types included, but didn't see practical benefit to it.
mlir_tablegen(MLProgramAttributes.cpp.inc -gen-attrdef-defs)
add_public_tablegen_target(MLIRMLProgramAttributesIncGen)
add_dependencies(mlir-headers MLIRMLProgramAttributesIncGen)
-add_mlir_doc(MLProgramAttributes MLProgramAttributes Dialects/ -gen-attrdef-doc)
set(LLVM_TARGET_DEFINITIONS MLProgramTypes.td)
mlir_tablegen(MLProgramTypes.h.inc -gen-typedef-decls)
#define MLPROGRAM_OPS
include "mlir/Dialect/MLProgram/IR/MLProgramBase.td"
+include "mlir/Dialect/MLProgram/IR/MLProgramAttributes.td"
include "mlir/Dialect/MLProgram/IR/MLProgramTypes.td"
include "mlir/Interfaces/CallInterfaces.td"
include "mlir/Interfaces/ControlFlowInterfaces.td"