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
[mlir][int-range] Limit xor int range inference to i1 (#116968)
[llvm-project.git]
/
llvm
/
test
/
Bitcode
/
summary_version.ll
blob
c95c145a08788baac49ff31eaeeceec4d23d7b9f
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=12/>
6
7
8
9
; Need a function for the summary to be populated.
10
define void @foo() {
11
ret void
12
}