blob: 31dda17f01e22fbfd8e50ad7bdf4044ab7d633ba [file] [log] [blame] [edit]
# RUN: not --crash llc -mtriple=amdgcn-amd-amdhsa -mcpu=gfx90a -run-pass=none -filetype=null %s 2>&1 | FileCheck %s
---
name: invalid_av_mov_b32_imm_pseudo
tracksRegLiveness: true
body: |
bb.0:
%0:vgpr_32 = IMPLICIT_DEF
; CHECK: *** Bad machine code: Illegal immediate value for operand. ***
$agpr0 = AV_MOV_B32_IMM_PSEUDO 65, implicit $exec
; CHECK: *** Bad machine code: Illegal immediate value for operand. ***
$vgpr0 = AV_MOV_B32_IMM_PSEUDO 65, implicit $exec
...