mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-11-26 23:21:11 +00:00
87e6e490e7
Differential Revision: https://reviews.llvm.org/D149101
8 lines
534 B
MLIR
8 lines
534 B
MLIR
// RUN: mlir-opt %s --log-actions-to=- -test-stats-pass -test-module-pass | FileCheck %s
|
|
|
|
// CHECK: [thread {{.*}}] begins (no breakpoint) Action `pass-execution` running `{{.*}}TestStatisticPass` on Operation `builtin.module` (module {...})`
|
|
// CHECK-NEXT: [thread {{.*}}] completed `pass-execution`
|
|
// CHECK-NEXT: [thread {{.*}}] begins (no breakpoint) Action `pass-execution` running `{{.*}}TestModulePass` on Operation `builtin.module` (module {...}
|
|
// CHECK-NEXT: [thread {{.*}}] completed `pass-execution`
|
|
// CHECK-NOT: Action
|