My Project
Public Attributes | List of all members
mlir::ConversionTarget::LegalOpDetails Struct Reference

#include <DialectConversion.h>

Public Attributes

bool isRecursivelyLegal = false
 

Detailed Description

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

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.


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