Skip to content

Commit 319057c

Browse files
committed
fx
1 parent fa6da42 commit 319057c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

mlir/include/mlir/IR/Remarks.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,13 @@ struct RemarkCategories {
3434

3535
/// Define the policy to use for the remark engine.
3636
enum RemarkPolicy {
37+
// Show all remarks
3738
RemarkPolicyAll = 0,
39+
// Show only the last remark per location, remark name and category
3840
RemarkPolicyFinal = 1,
3941
};
4042

41-
/// Define the operations to perform on the remark engine.
42-
/// By default none are, the provided regex matches against the category names
43-
/// for each kind of remark.
43+
/// Options to create a RemarkEngine.
4444
struct RemarkEngineOpts {
4545
RemarkCategories categories;
4646
RemarkPolicy policy;

0 commit comments

Comments
 (0)