MLIR 22.0.0git
FoldIntoElementwise.cpp File Reference
#include "mlir/Dialect/Linalg/IR/Linalg.h"
#include "mlir/Dialect/Linalg/Passes.h"
#include "mlir/Dialect/Linalg/Transforms/Transforms.h"
#include "mlir/IR/PatternMatch.h"
#include "mlir/Transforms/GreedyPatternRewriteDriver.h"
#include "llvm/ADT/SmallVector.h"
#include "mlir/Dialect/Linalg/Passes.h.inc"

Go to the source code of this file.

Classes

class  mlir::impl::LinalgFoldIntoElementwisePassBase< DerivedT >

Namespaces

namespace  mlir
 Include the generated interface declarations.
namespace  mlir::impl
 Attribute collections provide a dictionary-like interface.

Macros

#define GEN_PASS_DEF_LINALGFOLDINTOELEMENTWISEPASS
#define DEBUG_TYPE   "linalg-fold-into-elementwise"

Functions

std::unique_ptr<::mlir::Passmlir::impl::createLinalgFoldIntoElementwisePass ()
std::unique_ptr<::mlir::Passmlir::createLinalgFoldIntoElementwisePass ()

Macro Definition Documentation

◆ DEBUG_TYPE

#define DEBUG_TYPE   "linalg-fold-into-elementwise"

Definition at line 29 of file FoldIntoElementwise.cpp.

◆ GEN_PASS_DEF_LINALGFOLDINTOELEMENTWISEPASS

#define GEN_PASS_DEF_LINALGFOLDINTOELEMENTWISEPASS

Definition at line 22 of file FoldIntoElementwise.cpp.