MLIR
20.0.0git
|
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... | |
A structure containing additional information describing a specific legal operation instance.
Definition at line 892 of file DialectConversion.h.
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 896 of file DialectConversion.h.
Referenced by mlir::ConversionTarget::isLegal().