27 lines · plain
1# NOTE: Assertions have been autogenerated by utils/update_mir_test_checks.py2# RUN: llc -mtriple=amdgcn -mcpu=gfx900 -run-pass=instruction-select -verify-machineinstrs -o - %s | FileCheck -check-prefix=GFX9 %s3# RUN: llc -mtriple=amdgcn -mcpu=gfx1010 -run-pass=instruction-select -verify-machineinstrs -o - %s | FileCheck -check-prefix=GFX9 %s4# RUN: llc -mtriple=amdgcn -mcpu=gfx1100 -run-pass=instruction-select -verify-machineinstrs -o - %s | FileCheck -check-prefix=GFX9 %s5 6---7name: fminnum_v2f16_vv8legalized: true9regBankSelected: true10 11body: |12 bb.0:13 liveins: $sgpr0, $sgpr114 15 ; GFX9-LABEL: name: fminnum_v2f16_vv16 ; GFX9: liveins: $sgpr0, $sgpr117 ; GFX9-NEXT: {{ $}}18 ; GFX9-NEXT: [[COPY:%[0-9]+]]:vgpr_32 = COPY $vgpr019 ; GFX9-NEXT: [[COPY1:%[0-9]+]]:vgpr_32 = COPY $vgpr120 ; GFX9-NEXT: %2:vgpr_32 = nofpexcept V_PK_MIN_F16 8, [[COPY]], 8, [[COPY1]], 0, 0, 0, 0, 0, implicit $mode, implicit $exec21 ; GFX9-NEXT: S_ENDPGM 0, implicit %222 %0:vgpr(<2 x s16>) = COPY $vgpr023 %1:vgpr(<2 x s16>) = COPY $vgpr124 %2:vgpr(<2 x s16>) = G_FMINNUM %0, %125 S_ENDPGM 0, implicit %226...27