repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Bump version to 19.1.0-rc3
[llvm-project.git]
/
llvm
/
test
/
Transforms
/
SampleProfile
/
remap-unmatched.ll
blob
b1dc2266e03fab62d4b9863df3d2ceed3b3dd206
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.map
3
4
define void @foo() #0 {
5
ret void
6
}
7
8
attributes #0 = { "use-sample-profile" }