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--- 5name: test_zext_i32_to_i64 6body: | 7 bb.0.entry: 8 liveins: $vgpr0 9 10 ; CHECK-LABEL: name: test_zext_i32_to_i64 11 ; CHECK: [[COPY:%[0-9]+]]:_(s32) = COPY $vgpr0 12 %0:_(s32) = COPY $vgpr0 13 %1:_(s64) = G_ZEXT %0 14... 15