repo.or.cz
/
llvm-complete.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-complete.git]
/
test
/
CodeGen
/
X86
/
GC
/
lower_gcroot.ll
blob
8cccd78100f5259f44c04a3aa9a6ba24fa4a8800
1
; RUN: llc < %s
2
; REQUIRES: default_triple
3
4
%Env = type i8*
5
6
define void @.main(%Env) gc "shadow-stack" {
7
%Root = alloca %Env
8
call void @llvm.gcroot( %Env* %Root, %Env null )
9
unreachable
10
}
11
12
declare void @llvm.gcroot(%Env*, %Env)