MLIR
15.0.0git
|
#include "mlir/IR/BuiltinOps.h"
#include "mlir/IR/Dialect.h"
#include "mlir/Pass/Pass.h"
#include "mlir/Dialect/Async/Passes.h.inc"
Go to the source code of this file.
Namespaces | |
mlir | |
Include the generated interface declarations. | |
mlir::arith | |
mlir::async | |
mlir::scf | |
Macros | |
#define | GEN_PASS_CLASSES |
Functions | |
void | mlir::async::cloneConstantsIntoTheRegion (Region ®ion) |
Clone ConstantLike operations that are defined above the given region and have users in the region into the region entry block. More... | |
void | mlir::async::cloneConstantsIntoTheRegion (Region ®ion, OpBuilder &builder) |
#define GEN_PASS_CLASSES |
Definition at line 30 of file PassDetail.h.