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

This class acts as a special tag that makes the desire to match any operation that implements a given trait 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 trait explicit.

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

Definition at line 169 of file PatternMatch.h.


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