llvm/tools/mlir/examples/toy/Ch5/ToyCombine.inc

/*===- TableGen'erated file -------------------------------------*- C++ -*-===*\
|*                                                                            *|
|* Rewriters                                                                  *|
|*                                                                            *|
|* Automatically generated file, do not edit!                                 *|
|* From: ToyCombine.td                                                        *|
|*                                                                            *|
\*===----------------------------------------------------------------------===*/

/* Generated from:
    /var/lib/territory/code/bHuTw9oCUUe1JCULSWsG/mlir/examples/toy/Ch5/mlir/ToyCombine.td:46
*/
struct FoldConstantReshapeOptPattern : public ::mlir::RewritePattern {};

/* Generated from:
    /var/lib/territory/code/bHuTw9oCUUe1JCULSWsG/mlir/examples/toy/Ch5/mlir/ToyCombine.td:59
*/
struct RedundantReshapeOptPattern : public ::mlir::RewritePattern {};

/* Generated from:
    /var/lib/territory/code/bHuTw9oCUUe1JCULSWsG/mlir/examples/toy/Ch5/mlir/ToyCombine.td:33
*/
struct ReshapeReshapeOptPattern : public ::mlir::RewritePattern {};

void LLVM_ATTRIBUTE_UNUSED populateWithGenerated(::mlir::RewritePatternSet &patterns) {}