brintos

brintos / llvm-project-archived public Read only

0
0
Text · 240 B · b1dc226 Raw
9 lines · plain
1; This test should not crash.2; RUN: opt %s -passes=sample-profile -sample-profile-file=%S/Inputs/remap.prof -sample-profile-remapping-file=%S/Inputs/remap.map3 4define void @foo() #0 {5  ret void6}7 8attributes #0 = { "use-sample-profile" }9