|
MLIR 22.0.0git
|
#include "mlir/Pass/PassRegistry.h"
Public Member Functions | |
| void | attachResourceParser (ParserConfig &config) |
| Attach an assembly resource parser to 'config' that collects the MLIR reproducer configuration into this instance. | |
| LogicalResult | apply (PassManager &pm) const |
| Apply the reproducer options to 'pm' and its context. | |
Definition at line 300 of file PassRegistry.h.
| LogicalResult PassReproducerOptions::apply | ( | PassManager & | pm | ) | const |
Apply the reproducer options to 'pm' and its context.
Definition at line 517 of file PassCrashRecovery.cpp.
References mlir::MLIRContext::disableMultithreading(), mlir::PassManager::enableVerifier(), mlir::PassManager::getContext(), mlir::parsePassPipeline(), and success().
Referenced by performActions().
| void PassReproducerOptions::attachResourceParser | ( | ParserConfig & | config | ) |
Attach an assembly resource parser to 'config' that collects the MLIR reproducer configuration into this instance.
Definition at line 491 of file PassCrashRecovery.cpp.
References mlir::config.
Referenced by performActions().