MLIR  19.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

◆ 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 487 of file PassCrashRecovery.cpp.

References mlir::ParserConfig::attachResourceParser(), and mlir::succeeded().

Referenced by performActions().


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