bolt/deps/llvm-18.1.8/llvm/test/Transforms/SampleProfile/remap-unmatched.ll

9 lines
240 B
LLVM
Raw Normal View History

2025-02-14 19:21:04 +01:00
; This test should not crash.
; RUN: opt %s -passes=sample-profile -sample-profile-file=%S/Inputs/remap.prof -sample-profile-remapping-file=%S/Inputs/remap.map
define void @foo() #0 {
ret void
}
attributes #0 = { "use-sample-profile" }