blob: c919f3bf2cd9909b1d23a9d5184545bffc6a0bb3 [file]
; RUN: not llc -mtriple=amdgpu9.00 < %s 2>&1 | FileCheck -check-prefixes=GCN %s
; RUN: not llc -mtriple=amdgpu9.06 < %s 2>&1 | FileCheck -check-prefixes=GCN %s
; GCN: could not allocate input reg for constraint 'a'
define amdgpu_kernel void @used_1a() {
call void asm sideeffect "", "a"(i32 1)
ret void
}