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 66d8377 commit 6f469d6Copy full SHA for 6f469d6
mlir/test/lib/Dialect/Test/TestPatterns.cpp
@@ -360,7 +360,8 @@ struct TestStrictPatternDriver
360
MLIR_DEFINE_EXPLICIT_INTERNAL_INLINE_TYPE_ID(TestStrictPatternDriver)
361
362
TestStrictPatternDriver() = default;
363
- TestStrictPatternDriver(const TestStrictPatternDriver &other) {
+ TestStrictPatternDriver(const TestStrictPatternDriver &other)
364
+ : PassWrapper(other) {
365
strictMode = other.strictMode;
366
}
367
0 commit comments