Skip to content

Commit 4d6eec8

Browse files
committed
[mlir] Add TFFramework dialect to DialectSymbolRegistry.
Differential Revision: https://reviews.llvm.org/D84918
1 parent 63d3aeb commit 4d6eec8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mlir/include/mlir/IR/DialectSymbolRegistry.def

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ DEFINE_SYM_KIND_RANGE(TOY) // Toy language (tutorial) Dialect
2525
DEFINE_SYM_KIND_RANGE(SPIRV) // SPIR-V dialect
2626
DEFINE_SYM_KIND_RANGE(XLA_HLO) // XLA HLO dialect
2727
DEFINE_SYM_KIND_RANGE(SHAPE) // Shape dialect
28+
DEFINE_SYM_KIND_RANGE(TF_FRAMEWORK) // TF Framework dialect
2829

2930
// The following ranges are reserved for experimenting with MLIR dialects in a
3031
// private context without having to register them here.

0 commit comments

Comments
 (0)