brintos

brintos / llvm-project-archived public Read only

0
0
Text · 871 B · a1c41fa Raw
31 lines · plain
1# NOTE: Assertions have been autogenerated by utils/update_mir_test_checks.py2# RUN: llc -O0 -mtriple=mipsel-linux-gnu -run-pass=regbankselect -verify-machineinstrs %s -o - | FileCheck %s -check-prefixes=MIPS323--- |4 5  define void @add_i32(i32 %x, i32 %y) {entry: ret void}6 7...8---9name:            add_i3210alignment:       411legalized:       true12tracksRegLiveness: true13body:             |14  bb.0.entry:15    liveins: $a0, $a116 17    ; MIPS32-LABEL: name: add_i3218    ; MIPS32: liveins: $a0, $a119    ; MIPS32: [[COPY:%[0-9]+]]:gprb(s32) = COPY $a020    ; MIPS32: [[COPY1:%[0-9]+]]:gprb(s32) = COPY $a121    ; MIPS32: [[ADD:%[0-9]+]]:gprb(s32) = G_ADD [[COPY]], [[COPY1]]22    ; MIPS32: $v0 = COPY [[ADD]](s32)23    ; MIPS32: RetRA implicit $v024    %0:_(s32) = COPY $a025    %1:_(s32) = COPY $a126    %2:_(s32) = G_ADD %0, %127    $v0 = COPY %2(s32)28    RetRA implicit $v029 30...31