MLIR  19.0.0git
Public Attributes | List of all members
mlir::ConversionTarget::LegalOpDetails Struct Reference

A structure containing additional information describing a specific legal operation instance. More...

#include "mlir/Transforms/DialectConversion.h"

Public Attributes

bool isRecursivelyLegal = false
 A flag that indicates if this operation is 'recursively' legal. More...
 

Detailed Description

A structure containing additional information describing a specific legal operation instance.

Definition at line 797 of file DialectConversion.h.

Member Data Documentation

◆ isRecursivelyLegal

bool mlir::ConversionTarget::LegalOpDetails::isRecursivelyLegal = false

A flag that indicates if this operation is 'recursively' legal.

This means that if an operation is legal, either statically or dynamically, all of the operations nested within are also considered legal.

Definition at line 801 of file DialectConversion.h.


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