@@ -48,7 +48,8 @@ TEST(Remark, TestOutputOptimizationRemark) {
4848 context.printStackTraceOnDiagnostic (true );
4949
5050 // Setup the remark engine
51- mlir::remark::RemarkCategories cats{/* passed=*/ categoryVectorizer,
51+ mlir::remark::RemarkCategories cats{/* all=*/ " " ,
52+ /* passed=*/ categoryVectorizer,
5253 /* missed=*/ categoryUnroll,
5354 /* analysis=*/ categoryRegister,
5455 /* failed=*/ categoryInliner};
@@ -197,7 +198,8 @@ TEST(Remark, TestOutputOptimizationRemarkDiagnostic) {
197198 });
198199
199200 // Setup the remark engine
200- mlir::remark::RemarkCategories cats{/* passed=*/ categoryVectorizer,
201+ mlir::remark::RemarkCategories cats{/* all=*/ " " ,
202+ /* passed=*/ categoryVectorizer,
201203 /* missed=*/ categoryUnroll,
202204 /* analysis=*/ categoryRegister,
203205 /* failed=*/ categoryUnroll};
@@ -278,7 +280,8 @@ TEST(Remark, TestCustomOptimizationRemarkDiagnostic) {
278280 Location loc = UnknownLoc::get (&context);
279281
280282 // Setup the remark engine
281- mlir::remark::RemarkCategories cats{/* passed=*/ categoryLoopunroll,
283+ mlir::remark::RemarkCategories cats{/* all=*/ " " ,
284+ /* passed=*/ categoryLoopunroll,
282285 /* missed=*/ std::nullopt ,
283286 /* analysis=*/ std::nullopt ,
284287 /* failed=*/ categoryLoopunroll};
0 commit comments