brintos

brintos / llvm-project-archived public Read only

0
0
Text · 5.5 KiB · 04d5913 Raw
104 lines · plain
1; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py2; RUN: llc -mtriple=amdgcn -mcpu=gfx1100 < %s | FileCheck %s -check-prefix=GCN3 4; This is a slightly modified IR from real case to make it concise.5define amdgpu_ps void @_amdgpu_ps_main(i32 inreg %PrimMask, <2 x float> %InterpCenter) #0 {6; GCN-LABEL: _amdgpu_ps_main:7; GCN:       ; %bb.0: ; %.entry8; GCN-NEXT:    s_mov_b32 s1, exec_lo9; GCN-NEXT:    s_wqm_b32 exec_lo, exec_lo10; GCN-NEXT:    s_mov_b32 m0, s011; GCN-NEXT:    v_dual_mov_b32 v2, v1 :: v_dual_mov_b32 v3, v012; GCN-NEXT:    lds_param_load v4, attr1.x wait_vdst:1513; GCN-NEXT:    lds_param_load v5, attr1.y wait_vdst:1514; GCN-NEXT:    lds_param_load v6, attr1.z wait_vdst:1515; GCN-NEXT:    lds_param_load v7, attr1.w wait_vdst:1516; GCN-NEXT:    v_mbcnt_lo_u32_b32 v8, -1, 017; GCN-NEXT:    s_delay_alu instid0(VALU_DEP_1) | instskip(SKIP_4) | instid1(VALU_DEP_4)18; GCN-NEXT:    v_mbcnt_hi_u32_b32 v8, -1, v819; GCN-NEXT:    v_interp_p10_f32 v9, v5, v3, v5 wait_exp:220; GCN-NEXT:    v_interp_p10_f32 v11, v6, v3, v6 wait_exp:121; GCN-NEXT:    v_interp_p10_f32 v10, v7, v3, v7 wait_exp:022; GCN-NEXT:    v_interp_p10_f32 v3, v4, v3, v4 wait_exp:723; GCN-NEXT:    v_interp_p2_f32 v5, v5, v2, v9 wait_exp:724; GCN-NEXT:    s_delay_alu instid0(VALU_DEP_4) | instskip(NEXT) | instid1(VALU_DEP_4)25; GCN-NEXT:    v_interp_p2_f32 v6, v6, v2, v11 wait_exp:726; GCN-NEXT:    v_interp_p2_f32 v7, v7, v2, v10 wait_exp:727; GCN-NEXT:    s_delay_alu instid0(VALU_DEP_4) | instskip(NEXT) | instid1(VALU_DEP_4)28; GCN-NEXT:    v_interp_p2_f32 v2, v4, v2, v3 wait_exp:729; GCN-NEXT:    v_mov_b32_dpp v5, v5 dpp8:[1,0,3,2,5,4,7,6]30; GCN-NEXT:    v_and_b32_e32 v8, 1, v831; GCN-NEXT:    s_delay_alu instid0(VALU_DEP_4) | instskip(NEXT) | instid1(VALU_DEP_2)32; GCN-NEXT:    v_mov_b32_dpp v7, v7 dpp8:[1,0,3,2,5,4,7,6]33; GCN-NEXT:    v_cmp_eq_u32_e32 vcc_lo, 0, v834; GCN-NEXT:    s_delay_alu instid0(VALU_DEP_4) | instskip(NEXT) | instid1(VALU_DEP_3)35; GCN-NEXT:    v_dual_cndmask_b32 v3, v5, v6 :: v_dual_cndmask_b32 v4, v6, v536; GCN-NEXT:    v_dual_cndmask_b32 v5, v2, v7 :: v_dual_cndmask_b32 v2, v7, v237; GCN-NEXT:    s_delay_alu instid0(VALU_DEP_2) | instskip(NEXT) | instid1(VALU_DEP_2)38; GCN-NEXT:    v_mov_b32_dpp v4, v4 dpp8:[1,0,3,2,5,4,7,6]39; GCN-NEXT:    v_mov_b32_dpp v5, v5 dpp8:[1,0,3,2,5,4,7,6]40; GCN-NEXT:    s_mov_b32 exec_lo, s141; GCN-NEXT:    exp dual_src_blend0 v3, v2, off, off42; GCN-NEXT:    exp dual_src_blend1 v4, v5, off, off done43; GCN-NEXT:    s_endpgm44.entry:45  %InterpCenter.i0 = extractelement <2 x float> %InterpCenter, i64 046  %InterpCenter.i1 = extractelement <2 x float> %InterpCenter, i64 147  %i6 = call float @llvm.amdgcn.lds.param.load(i32 0, i32 1, i32 %PrimMask)48  %i7 = call float @llvm.amdgcn.lds.param.load(i32 1, i32 1, i32 %PrimMask)49  %i8 = call float @llvm.amdgcn.lds.param.load(i32 2, i32 1, i32 %PrimMask)50  %i9 = call float @llvm.amdgcn.lds.param.load(i32 3, i32 1, i32 %PrimMask)51 52  %i14 = call float @llvm.amdgcn.interp.inreg.p10(float %i8, float %InterpCenter.i0, float %i8)53  %i15 = call float @llvm.amdgcn.interp.inreg.p2(float %i8, float %InterpCenter.i1, float %i14)54 55  %i16 = call float @llvm.amdgcn.interp.inreg.p10(float %i7, float %InterpCenter.i0, float %i7)56  %i17 = call float @llvm.amdgcn.interp.inreg.p2(float %i7, float %InterpCenter.i1, float %i16)57 58  %i18 = call float @llvm.amdgcn.interp.inreg.p10(float %i6, float %InterpCenter.i0, float %i6)59  %i19 = call float @llvm.amdgcn.interp.inreg.p2(float %i6, float %InterpCenter.i1, float %i18)60 61  %i20 = call float @llvm.amdgcn.interp.inreg.p10(float %i9, float %InterpCenter.i0, float %i9)62  %i21 = call float @llvm.amdgcn.interp.inreg.p2(float %i9, float %InterpCenter.i1, float %i20)63 64  %i34 = call i32 @llvm.amdgcn.mbcnt.lo(i32 -1, i32 0)65  %i35 = call i32 @llvm.amdgcn.mbcnt.hi(i32 -1, i32 %i34)66  %i36 = and i32 %i35, 167  %.not = icmp eq i32 %i36, 068 69  %i37 = bitcast float %i15 to i3270  %i38 = bitcast float %i17 to i3271  %i39 = call i32 @llvm.amdgcn.mov.dpp8.i32(i32 %i38, i32 14570689)72  %i40 = select i1 %.not, i32 %i37, i32 %i3973  %i41 = bitcast i32 %i40 to float74  %i42 = select i1 %.not, i32 %i39, i32 %i3775  %i43 = call i32 @llvm.amdgcn.mov.dpp8.i32(i32 %i42, i32 14570689)76  %i44 = bitcast i32 %i43 to float77 78  %i45 = bitcast float %i19 to i3279  %i46 = bitcast float %i21 to i3280  %i47 = call i32 @llvm.amdgcn.mov.dpp8.i32(i32 %i46, i32 14570689)81  %i48 = select i1 %.not, i32 %i45, i32 %i4782  %i49 = bitcast i32 %i48 to float83  %i50 = select i1 %.not, i32 %i47, i32 %i4584  %i51 = call i32 @llvm.amdgcn.mov.dpp8.i32(i32 %i50, i32 14570689)85  %i52 = bitcast i32 %i51 to float86  call void @llvm.amdgcn.exp.f32(i32 21, i32 3, float %i41, float %i49, float poison, float poison, i1 false, i1 true)87  call void @llvm.amdgcn.exp.f32(i32 22, i32 3, float %i44, float %i52, float poison, float poison, i1 true, i1 true)88  ret void89}90 91declare i32 @llvm.amdgcn.mbcnt.lo(i32, i32) #292declare i32 @llvm.amdgcn.mbcnt.hi(i32, i32) #293declare i32 @llvm.amdgcn.mov.dpp8.i32(i32, i32 immarg) #394declare void @llvm.amdgcn.exp.f32(i32 immarg, i32 immarg, float, float, float, float, i1 immarg, i1 immarg) #495declare float @llvm.amdgcn.interp.inreg.p10(float, float, float) #196declare float @llvm.amdgcn.interp.inreg.p2(float, float, float) #197declare float @llvm.amdgcn.lds.param.load(i32 immarg, i32 immarg, i32) #198 99attributes #0 = { nounwind }100attributes #1 = { nounwind readnone speculatable willreturn }101attributes #2 = { nounwind readnone willreturn }102attributes #3 = { convergent nounwind readnone willreturn }103attributes #4 = { inaccessiblememonly nounwind willreturn writeonly }104