Bump version to 19.1.0-rc3
[llvm-project.git] / llvm / test / CodeGen / AMDGPU / reject-agpr-usage-before-gfx908.ll
blobba1c3b4a5878a950a815aa5dc78023036a239cc3
1 ; RUN: not llc -mtriple=amdgcn -mcpu=gfx900 -verify-machineinstrs < %s 2>&1 | FileCheck -check-prefixes=GCN %s
2 ; RUN: not llc -mtriple=amdgcn -mcpu=gfx906 -verify-machineinstrs < %s 2>&1 | FileCheck -check-prefixes=GCN %s
4 ; GCN:     couldn't allocate input reg for constraint 'a'
6 define amdgpu_kernel void @used_1a() {
7   call void asm sideeffect "", "a"(i32 1)
8   ret void