xref: /llvm-project/mlir/test/mlir-translate/import-timing.ll (revision c3b4e279d465f6489c4af43637cf125e86859097)
1; RUN: mlir-translate %s -import-llvm -mlir-timing 2>&1 | FileCheck %s
2
3; CHECK: Execution time report
4; CHECK: Total Execution Time:
5; CHECK: Name
6; CHECK-NEXT: Translate LLVMIR to MLIR
7
8define void @foo() {
9  ret void
10}
11