MLIR
22.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 1013 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 1017 of file DialectConversion.h.
Referenced by mlir::ConversionTarget::isLegal().