[Mlir-commits] [mlir] [MLIR] Add remark flags to mlir-opt (PR #156825)

Mehdi Amini llvmlistbot at llvm.org
Sat Sep 6 02:56:18 PDT 2025


================
@@ -0,0 +1,50 @@
+// RUN: mlir-opt %s --test-remark --remarks-passed="category" 2>&1 | FileCheck %s -check-prefix=CHECK-PASSED 
+// RUN: mlir-opt %s --test-remark --remarks-missed="category" 2>&1 | FileCheck %s -check-prefix=CHECK-MISSED
+// RUN: mlir-opt %s --test-remark --remarks-failed="category" 2>&1 | FileCheck %s -check-prefix=CHECK-FAILED
+// RUN: mlir-opt %s --test-remark --remarks-analyse="category" 2>&1 | FileCheck %s -check-prefix=CHECK-ANALYSIS
+// RUN: mlir-opt %s --test-remark --remarks="category" 2>&1 | FileCheck %s -check-prefix=CHECK-ALL
----------------
joker-eph wrote:

Why does this show category-1 remarks?

https://github.com/llvm/llvm-project/pull/156825


More information about the Mlir-commits mailing list