MLIR
21.0.0git
|
This statement represents the erase
statement in PDLL.
More...
#include "mlir/Tools/PDLL/AST/Nodes.h"
Static Public Member Functions | |
static EraseStmt * | create (Context &ctx, SMRange loc, Expr *rootOp) |
![]() | |
static bool | classof (const Node *node) |
Provide type casting support. More... | |
Additional Inherited Members | |
![]() | |
using | Base = NodeBase< T, BaseT > |
![]() | |
template<typename... Args> | |
NodeBase (SMRange loc, Args &&...args) | |
This statement represents the erase
statement in PDLL.
This statement erases the given root operation, corresponding roughly to the PatternRewriter::eraseOp API.
Definition at line 218 of file Nodes.cpp.
References mlir::pdll::ast::Context::getAllocator().