MLIR  19.0.0git
mlir::Pattern::MatchInterfaceOpTypeTag Struct Reference

This class acts as a special tag that makes the desire to match any operation that implements a given interface explicit. More...

#include "mlir/IR/PatternMatch.h"

Detailed Description

This class acts as a special tag that makes the desire to match any operation that implements a given interface explicit.

This helps to avoid unnecessary usages of this feature, and ensures that the user is making a conscious decision.

Definition at line 163 of file PatternMatch.h.


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