MLIR  19.0.0git
Namespaces | Macros | Functions
ReconcileUnrealizedCasts.h File Reference
#include <memory>
#include "mlir/Conversion/Passes.h.inc"

Go to the source code of this file.

Namespaces

 mlir
 Include the generated interface declarations.
 

Macros

#define GEN_PASS_DECL_RECONCILEUNREALIZEDCASTS
 

Functions

std::unique_ptr< Passmlir::createReconcileUnrealizedCastsPass ()
 Creates a pass that eliminates noop unrealized_conversion_cast operation sequences. More...
 
void mlir::populateReconcileUnrealizedCastsPatterns (RewritePatternSet &patterns)
 Populates patterns with rewrite patterns that eliminate noop unrealized_conversion_cast operation sequences. More...
 

Macro Definition Documentation

◆ GEN_PASS_DECL_RECONCILEUNREALIZEDCASTS

#define GEN_PASS_DECL_RECONCILEUNREALIZEDCASTS

Definition at line 18 of file ReconcileUnrealizedCasts.h.