[InstCombine] Signed saturation patterns
[llvm-complete.git] / test / CodeGen / X86 / GC / lower_gcroot.ll
blob8cccd78100f5259f44c04a3aa9a6ba24fa4a8800
1 ; RUN: llc < %s
2 ; REQUIRES: default_triple
4         %Env = type i8*
6 define void @.main(%Env) gc "shadow-stack" {
7         %Root = alloca %Env
8         call void @llvm.gcroot( %Env* %Root, %Env null )
9         unreachable
12 declare void @llvm.gcroot(%Env*, %Env)