|
MLIR
22.0.0git
|
#include "mlir/Tools/mlir-reduce/MlirReduceMain.h"#include "mlir/Parser/Parser.h"#include "mlir/Pass/PassManager.h"#include "mlir/Reducer/Passes.h"#include "mlir/Support/FileUtilities.h"#include "mlir/Tools/ParseUtilities.h"#include "llvm/Support/InitLLVM.h"#include "llvm/Support/SourceMgr.h"#include "llvm/Support/ToolOutputFile.h"Go to the source code of this file.
Functions | |
| static OwningOpRef< Operation * > | loadModule (MLIRContext &context, StringRef inputFilename, bool insertImplictModule) |
|
static |
Definition at line 29 of file MlirReduceMain.cpp.
References mlir::openInputFile(), and mlir::parseSourceFileForTool().