repo.or.cz
/
llvm-core.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[InstCombine] Signed saturation patterns
[llvm-core.git]
/
test
/
Feature
/
NamedMDNode.ll
blob
c1e72a861e985123f2e33e99a2109c5927917be9
1
; RUN: llvm-as < %s | llvm-dis | grep "llvm.stuff = "
2
3
;; Simple NamedMDNode
4
!0 = !{i32 42}
5
!1 = !{!"foo"}
6
!llvm.stuff = !{!0, !1}
7
8
!samename = !{!0, !1}
9
declare void @samename()