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
[docs] Add LICENSE.txt to the root of the mono-repo
[llvm-project.git]
/
llvm
/
test
/
Bitcode
/
summary_version.ll
blob
98feab6fe2f9950d4f2fa1915b060ccdf5a84a6c
1
; Check summary versioning
2
; RUN: opt -module-summary %s -o - | llvm-bcanalyzer -dump | FileCheck %s
3
4
; CHECK: <GLOBALVAL_SUMMARY_BLOCK
5
; CHECK: <VERSION op0=9/>
6
7
8
9
; Need a function for the summary to be populated.
10
define void @foo() {
11
ret void
12
}