File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
mlir/test/lib/Dialect/XeGPU Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -44,8 +44,7 @@ struct TestXeGPUUnrollingPatterns
4444 }
4545
4646 TestXeGPUUnrollingPatterns () = default ;
47- TestXeGPUUnrollingPatterns (const TestXeGPUUnrollingPatterns &pass)
48- : PassWrapper(pass) {}
47+ TestXeGPUUnrollingPatterns (const TestXeGPUUnrollingPatterns &pass) = default ;
4948
5049 void runOnOperation () override {
5150 MLIRContext *ctx = &getContext ();
@@ -298,8 +297,7 @@ struct TestXeGPULayoutInterface
298297 }
299298
300299 TestXeGPULayoutInterface () = default ;
301- TestXeGPULayoutInterface (const TestXeGPULayoutInterface &pass)
302- : PassWrapper(pass) {}
300+ TestXeGPULayoutInterface (const TestXeGPULayoutInterface &pass) = default ;
303301
304302 void runOnOperation () override {
305303 MLIRContext *ctx = &getContext ();
You can’t perform that action at this time.
0 commit comments