brintos

brintos / llvm-project-archived public Read only

0
0
Text · 505 B · 31dda17 Raw
16 lines · plain
1# RUN: not --crash llc -mtriple=amdgcn-amd-amdhsa -mcpu=gfx90a -run-pass=none -filetype=null %s 2>&1 | FileCheck %s2---3name: invalid_av_mov_b32_imm_pseudo4tracksRegLiveness: true5body:             |6  bb.0:7    %0:vgpr_32 = IMPLICIT_DEF8 9    ; CHECK: *** Bad machine code: Illegal immediate value for operand. ***10    $agpr0 = AV_MOV_B32_IMM_PSEUDO 65, implicit $exec11 12    ; CHECK: *** Bad machine code: Illegal immediate value for operand. ***13    $vgpr0 = AV_MOV_B32_IMM_PSEUDO 65, implicit $exec14 15...16