My Project
|
#include <DialectConversion.h>
Public Attributes | |
bool | isRecursivelyLegal = false |
A structure containing additional information describing a specific legal operation instance.
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.