[docs] Add LICENSE.txt to the root of the mono-repo
[llvm-project.git] / llvm / test / CodeGen / AMDGPU / lower-ctor-dtor-declaration.ll
blobd293984ed7d096a224860d7bfd1d6a60783388d6
1 ; RUN: llc -mtriple=amdgcn-amd-amdhsa -mcpu=gfx700 < %s | FileCheck %s
3 @llvm.global_ctors = external global [2 x { i32, void ()*, i8* }]
4 @llvm.global_dtors = external global [2 x { i32, void ()*, i8* }]
6 ; No amdgpu_kernels emitted for global_ctors declaration
7 ; CHECK-NOT: amdgcn.device.init
8 ; CHECK-NOT: amdgcn.device.fini