1 # NOTE: Assertions have been autogenerated by utils/update_mir_test_checks.py 2 # RUN: llc -mtriple=amdgcn-mesa-mesa3d -mcpu=fiji -run-pass=legalizer %s -o - | FileCheck %s 3 4 --- 5 name: test_fptosi_f32_to_i32 6 body: | 7 bb.0: 8 liveins: $vgpr0 9 10 ; CHECK-LABEL: name: test_fptosi_f32_to_i32 11 ; CHECK: [[COPY:%[0-9]+]]:_(s32) = COPY $vgpr0 12 %0:_(s32) = COPY $vgpr0 13 %1:_(s32) = G_FPTOSI %0 14 ... 15