brintos

brintos / llvm-project-archived public Read only

0
0
Text · 222 B · 60a21d4 Raw
11 lines · plain
1; RUN: mlir-translate %s -import-llvm -mlir-timing 2>&1 | FileCheck %s2 3; CHECK: Execution time report4; CHECK: Total Execution Time:5; CHECK: Name6; CHECK-NEXT: Translate LLVMIR to MLIR7 8define void @foo() {9  ret void10}11