bolt/deps/llvm-18.1.8/mlir/test/mlir-translate/export-timing.mlir
2025-02-14 19:21:04 +01:00

10 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
}