bolt/deps/llvm-18.1.8/llvm/test/tools/llc/time-trace.ll

10 lines
218 B
LLVM
Raw Normal View History

2025-02-14 19:21:04 +01:00
; REQUIRES: default_triple
; RUN: llc -o /dev/null -O2 -time-trace -time-trace-granularity=100 -time-trace-file=%t.json
; RUN: FileCheck --input-file=%t.json %s
; CHECK: "traceEvents"
define void @f() {
ret void
}