Enable emitting dialect summary & description during op generation
authorJacques Pienaar <jpienaar@google.com>
Sat, 5 Oct 2019 19:21:07 +0000 (12:21 -0700)
committerA. Unique TensorFlower <gardener@tensorflow.org>
Sat, 5 Oct 2019 19:21:51 +0000 (12:21 -0700)
commit77672c9777a16c26e6ba569f465a75e3349fa728
tree2c419d9194c3673d88dcba361762ae249794c7a9
parent18db4ce493b176d64ad180dc4da9bbeb148ec5d5
Enable emitting dialect summary & description during op generation

Sort ops per dialect and emit summary & description (if provided) of each dialect before emitting the ops of the dialect.

PiperOrigin-RevId: 273077138
mlir/include/mlir/TableGen/Dialect.h
mlir/include/mlir/TableGen/Operator.h
mlir/lib/TableGen/Dialect.cpp
mlir/tools/mlir-tblgen/OpDocGen.cpp