MLIR
20.0.0git
|
#include "mlir/Dialect/Transform/IR/TransformDialect.h"
#include "mlir/Dialect/Transform/Interfaces/TransformInterfaces.h"
#include "mlir/Dialect/Transform/Transforms/Passes.h"
#include "mlir/Dialect/Transform/Transforms/TransformInterpreterUtils.h"
#include "mlir/Dialect/Transform/Transforms/Passes.h.inc"
Go to the source code of this file.
Namespaces | |
mlir | |
Include the generated interface declarations. | |
mlir::transform | |
Macros | |
#define | GEN_PASS_DEF_INTERPRETERPASS |
Functions | |
static Operation * | findPayloadRoot (Operation *passRoot, StringRef tag) |
Returns the payload operation to be used as payload root: More... | |
#define GEN_PASS_DEF_INTERPRETERPASS |
Definition at line 18 of file InterpreterPass.cpp.
Returns the payload operation to be used as payload root:
passRoot
that has the given tag attribute, must be unique;passRoot
itself if the tag is empty. Definition at line 27 of file InterpreterPass.cpp.
References mlir::WalkResult::advance(), diag(), mlir::Operation::emitError(), mlir::get(), mlir::Operation::getAttrOfType(), mlir::Operation::getContext(), mlir::Operation::getLoc(), mlir::WalkResult::interrupt(), mlir::Operation::walk(), and mlir::WalkResult::wasInterrupted().