49 lines · plain
1# NOTE: Assertions have been autogenerated by utils/update_mir_test_checks.py2# RUN: llc -O0 -mtriple=mipsel-linux-gnu -relocation-model=pic -run-pass=regbankselect -verify-machineinstrs %s -o - | FileCheck %s -check-prefixes=MIPS323--- |4 5 declare i32 @f(i32, i32)6 define void @call_global() {entry: ret void}7 8...9---10name: call_global11alignment: 412legalized: true13tracksRegLiveness: true14body: |15 bb.1.entry:16 liveins: $a0, $a1, $t9, $v017 18 ; MIPS32-LABEL: name: call_global19 ; MIPS32: liveins: $a0, $a1, $t9, $v020 ; MIPS32: [[ADDu:%[0-9]+]]:gpr32 = ADDu $v0, $t921 ; MIPS32: [[COPY:%[0-9]+]]:gprb(s32) = COPY $a022 ; MIPS32: [[COPY1:%[0-9]+]]:gprb(s32) = COPY $a123 ; MIPS32: ADJCALLSTACKDOWN 16, 0, implicit-def $sp, implicit $sp24 ; MIPS32: [[GV:%[0-9]+]]:gpr32(p0) = G_GLOBAL_VALUE target-flags(mips-got-call) @f25 ; MIPS32: $a0 = COPY [[COPY]](s32)26 ; MIPS32: $a1 = COPY [[COPY1]](s32)27 ; MIPS32: $gp = COPY [[ADDu]]28 ; MIPS32: JALRPseudo [[GV]](p0), csr_o32, implicit-def $ra, implicit-def $sp, implicit $a0, implicit $a1, implicit-def $gp, implicit-def $v029 ; MIPS32: [[COPY2:%[0-9]+]]:gprb(s32) = COPY $v030 ; MIPS32: ADJCALLSTACKUP 16, 0, implicit-def $sp, implicit $sp31 ; MIPS32: $v0 = COPY [[COPY2]](s32)32 ; MIPS32: RetRA implicit $v033 %4:gpr32 = ADDu $v0, $t934 %0:_(s32) = COPY $a035 %1:_(s32) = COPY $a136 ADJCALLSTACKDOWN 16, 0, implicit-def $sp, implicit $sp37 %3:gpr32(p0) = G_GLOBAL_VALUE target-flags(mips-got-call) @f38 $a0 = COPY %0(s32)39 $a1 = COPY %1(s32)40 $gp = COPY %441 JALRPseudo %3(p0), csr_o32, implicit-def $ra, implicit-def $sp, implicit $a0, implicit $a1, implicit-def $gp, implicit-def $v042 %2:_(s32) = COPY $v043 ADJCALLSTACKUP 16, 0, implicit-def $sp, implicit $sp44 $v0 = COPY %2(s32)45 RetRA implicit $v046 47...48 49