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 9e0e1ca commit fca7230Copy full SHA for fca7230
mlir/test/lib/Dialect/Linalg/TestLinalgDropUnitDims.cpp
@@ -34,8 +34,7 @@ struct TestLinalgDropUnitDims
34
MLIR_DEFINE_EXPLICIT_INTERNAL_INLINE_TYPE_ID(TestLinalgDropUnitDims)
35
36
TestLinalgDropUnitDims() = default;
37
- TestLinalgDropUnitDims(const TestLinalgDropUnitDims &pass)
38
- : PassWrapper(pass) {}
+ TestLinalgDropUnitDims(const TestLinalgDropUnitDims &pass) = default;
39
40
void getDependentDialects(DialectRegistry ®istry) const override {
41
registry.insert<linalg::LinalgDialect>();
0 commit comments