MLIR  20.0.0git
Public Member Functions | List of all members
mlir::PassReproducerOptions Struct Reference

#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. More...
 
LogicalResult apply (PassManager &pm) const
 Apply the reproducer options to 'pm' and its context. More...
 

Detailed Description

Definition at line 297 of file PassRegistry.h.

Member Function Documentation

◆ apply()

LogicalResult PassReproducerOptions::apply ( PassManager pm) const

Apply the reproducer options to 'pm' and its context.

Definition at line 514 of file PassCrashRecovery.cpp.

References mlir::MLIRContext::disableMultithreading(), mlir::PassManager::enableVerifier(), mlir::PassManager::getContext(), and mlir::parsePassPipeline().

◆ attachResourceParser()

void PassReproducerOptions::attachResourceParser ( ParserConfig config)

Attach an assembly resource parser to 'config' that collects the MLIR reproducer configuration into this instance.

Definition at line 488 of file PassCrashRecovery.cpp.

References mlir::ParserConfig::attachResourceParser().

Referenced by performActions().


The documentation for this struct was generated from the following files: