brintos

brintos / llvm-project-archived public Read only

0
0
Text · 433 B · 137f024 Raw
15 lines · plain
1# RUN: not llc -mtriple=amdgcn -mcpu=gfx1030 -run-pass=instruction-select -filetype=null %s 2>&1 | FileCheck -check-prefix=ERR %s2 3# ERR: LLVM ERROR: cannot select: G_STACKRESTORE %{{[0-9]+}}:vgpr(p5) (in function: stackrestore_waveaddress_vgpr)4 5---6name:            stackrestore_waveaddress_vgpr7legalized:       true8regBankSelected: true9body: |10  bb.0:11    %0:vgpr(p5) = G_AMDGPU_WAVE_ADDRESS $sgpr3212    G_STACKRESTORE %013 14...15