29 lines · plain
1# NOTE: Assertions have been autogenerated by utils/update_mir_test_checks.py2# RUN: llc -O0 -mtriple=mipsel-linux-gnu -run-pass=legalizer -verify-machineinstrs %s -o - | FileCheck %s -check-prefixes=MIPS323--- |4 5 define void @trunc() {entry: ret void}6 7...8---9name: trunc10alignment: 411tracksRegLiveness: true12body: |13 bb.1.entry:14 liveins: $a0, $a115 16 ; MIPS32-LABEL: name: trunc17 ; MIPS32: liveins: $a0, $a118 ; MIPS32: [[COPY:%[0-9]+]]:_(s32) = COPY $a019 ; MIPS32: $v0 = COPY [[COPY]](s32)20 ; MIPS32: RetRA implicit $v021 %1:_(s32) = COPY $a022 %2:_(s32) = COPY $a123 %0:_(s64) = G_MERGE_VALUES %1(s32), %2(s32)24 %3:_(s32) = G_TRUNC %0(s64)25 $v0 = COPY %3(s32)26 RetRA implicit $v027 28...29