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