xref: /llvm-project/mlir/test/Pass/action-logging.mlir (revision 87e6e490e79384a523bc7f0216c3db60227d6d58)
1// RUN: mlir-opt %s --log-actions-to=- -test-stats-pass -test-module-pass | FileCheck %s
2
3// CHECK: [thread {{.*}}] begins (no breakpoint) Action `pass-execution` running `{{.*}}TestStatisticPass` on Operation `builtin.module` (module {...})`
4// CHECK-NEXT: [thread {{.*}}] completed `pass-execution`
5// CHECK-NEXT: [thread {{.*}}] begins (no breakpoint) Action `pass-execution`  running `{{.*}}TestModulePass` on Operation `builtin.module` (module {...}
6// CHECK-NEXT: [thread {{.*}}] completed `pass-execution`
7// CHECK-NOT: Action
8