llvm-project/mlir/test/mlir-translate/export-timing.mlir
Tobias Gysi c3b4e279d4 [mlir] Add timings to mlir translate.
The revision adds basic timing to the mlir-translate tool.

Reviewed By: Dinistro

Differential Revision: https://reviews.llvm.org/D150434
2023-05-12 12:02:50 +00:00

11 lines
232 B
MLIR

// RUN: mlir-translate %s --mlir-to-llvmir -mlir-timing 2>&1 | FileCheck %s
// CHECK: Execution time report
// CHECK: Total Execution Time:
// CHECK: Name
// CHECK-NEXT: Translate MLIR to LLVMIR
llvm.func @foo() {
llvm.return
}