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

This class acts as a special tag that makes the desire to match "any" operation type explicit. More...

#include "mlir/IR/PatternMatch.h"

Detailed Description

This class acts as a special tag that makes the desire to match "any" operation type explicit.

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

Definition at line 159 of file PatternMatch.h.


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