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 f9cac5f commit 7c57e21Copy full SHA for 7c57e21
mlir/lib/Transforms/Utils/DialectConversion.cpp
@@ -2758,7 +2758,7 @@ LogicalResult OperationLegalizer::legalizePatternResult(
2758
const SetVector<Operation *> &newOps,
2759
const SetVector<Operation *> &modifiedOps,
2760
const SetVector<Block *> &insertedBlocks) {
2761
- auto &impl = rewriter.getImpl();
+ [[maybe_unused]] auto &impl = rewriter.getImpl();
2762
assert(impl.pendingRootUpdates.empty() && "dangling root updates");
2763
2764
#if MLIR_ENABLE_EXPENSIVE_PATTERN_API_CHECKS
0 commit comments