We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 610f1d2 commit 6b9e2beCopy full SHA for 6b9e2be
mlir/lib/Transforms/DialectConversion.cpp
@@ -1676,7 +1676,7 @@ auto TypeConverter::convertBlockSignature(Block *block)
1676
/// Register a legality action for the given operation.
1677
void ConversionTarget::setOpAction(OperationName op,
1678
LegalizationAction action) {
1679
- legalOperations[op] = {action, /*isRecursivelyLegal=*/false};
+ legalOperations[op] = {action, /*isRecursivelyLegal=*/false, llvm::None};
1680
}
1681
1682
/// Register a legality action for the given dialects.
0 commit comments