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
[ORC] Add std::tuple support to SimplePackedSerialization.
[llvm-project.git]
/
llvm
/
test
/
Other
/
force-opaque-ptrs-typed-dis.ll
blob
7af67c6beab6337e504b3ac0d7e0481957a66293
1
; RUN: llvm-as --force-opaque-pointers < %s | llvm-dis | FileCheck %s
2
3
; CHECK: @g = external global i16
4
@g = external global i16
5
6
define void @f(i32* %p) {
7
; CHECK-LABEL: @f(
8
; CHECK-NEXT: [[A:%.*]] = alloca i17, align 4
9
; CHECK-NEXT: ret void
10
;
11
%a = alloca i17
12
ret void
13
}