1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 20:51:52 +01:00

AMDGPU: Add gfx9 run lines to a testcase

This commit is contained in:
Matt Arsenault 2020-01-03 14:47:59 -05:00 committed by Matt Arsenault
parent 9a57d1f738
commit 037bd41e28

View File

@ -1,10 +1,18 @@
; RUN: llc -march=amdgcn -mcpu=verde -verify-machineinstrs < %s | FileCheck -check-prefix=GCN %s
; RUN: llc -march=amdgcn -mcpu=tonga -verify-machineinstrs < %s | FileCheck -check-prefix=GCN %s
; RUN: llc -march=amdgcn -mcpu=verde -verify-machineinstrs < %s | FileCheck -check-prefixes=GCN,MOVREL %s
; RUN: llc -march=amdgcn -mcpu=tonga -verify-machineinstrs < %s | FileCheck -check-prefixes=GCN,MOVREL %s
; RUN: llc -march=amdgcn -mcpu=gfx900 -verify-machineinstrs < %s | FileCheck -check-prefixes=GCN,GPRIDX %s
; GCN-LABEL: {{^}}main:
; GCN: v_movreld_b32_e32 v0,
; GCN: v_mov_b32_e32 v0, v1
; GCN: ; return
; MOVREL: s_mov_b32 m0, s0
; MOVREL-NEXT: v_movreld_b32_e32 v0,
; GPRIDX: s_set_gpr_idx_on s0, gpr_idx(DST)
; GPRIDX-NEXT: v_mov_b32_e32 v0, 0
; GPRIDX-NEXT: s_set_gpr_idx_off
; GCN-NEXT: v_mov_b32_e32 v0, v1
; GCN-NEXT: ; return
define amdgpu_ps float @main(i32 inreg %arg) #0 {
main_body:
%tmp24 = insertelement <16 x float> undef, float 0.000000e+00, i32 %arg