Go to file
Lei Zhang d2d7c11f19 Auto-generate op builder with TableGen
If no custom builder is supplied for an op, TableGen now generates
a default builder for it with the following signature:

  static void build(Builder *builder, OperationState* result,
                    <list-of-all-result-types>,
                    <list-of-all-operands>,
                    <list-of-all-attributes>);

PiperOrigin-RevId: 224382473
2019-03-29 14:21:51 -07:00
mlir Auto-generate op builder with TableGen 2019-03-29 14:21:51 -07:00