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 b046dde commit b9432aeCopy full SHA for b9432ae
mlir/lib/Dialect/Bufferization/IR/BufferizableOpInterface.cpp
@@ -125,6 +125,8 @@ void AnalysisState::resetCache() {
125
insideMutuallyExclusiveRegionsCache.clear();
126
}
127
128
+BufferizationState::Extension::~Extension() = default;
129
+
130
Region *bufferization::getNextEnclosingRepetitiveRegion(
131
Region *region, const BufferizationOptions &options) {
132
assert(isRepetitiveRegion(region, options) && "expected repetitive region");
0 commit comments