1 # NOTE: Assertions have been autogenerated by utils/update_mir_test_checks.py
2 # RUN: llc -O0 -mtriple=mipsel-linux-gnu -run-pass=regbankselect -verify-machineinstrs %s -o - | FileCheck %s -check-prefixes=MIPS32
5 define void @store_i32(ptr %ptr) { entry: ret void }
6 define void @store_i64(ptr %ptr) { entry: ret void }
7 define void @store_float(ptr %ptr) { entry: ret void }
8 define void @store_double(ptr %ptr) { entry: ret void }
15 tracksRegLiveness: true
20 ; MIPS32-LABEL: name: store_i32
21 ; MIPS32: liveins: $a0, $a1
22 ; MIPS32: [[COPY:%[0-9]+]]:gprb(s32) = COPY $a0
23 ; MIPS32: [[COPY1:%[0-9]+]]:gprb(p0) = COPY $a1
24 ; MIPS32: G_STORE [[COPY]](s32), [[COPY1]](p0) :: (store (s32) into %ir.ptr)
28 G_STORE %0(s32), %1(p0) :: (store (s32) into %ir.ptr)
36 tracksRegLiveness: true
39 liveins: $a0, $a1, $a2
41 ; MIPS32-LABEL: name: store_i64
42 ; MIPS32: liveins: $a0, $a1, $a2
43 ; MIPS32: [[COPY:%[0-9]+]]:gprb(s32) = COPY $a0
44 ; MIPS32: [[COPY1:%[0-9]+]]:gprb(s32) = COPY $a1
45 ; MIPS32: [[COPY2:%[0-9]+]]:gprb(p0) = COPY $a2
46 ; MIPS32: G_STORE [[COPY]](s32), [[COPY2]](p0) :: (store (s32) into %ir.ptr, align 8)
47 ; MIPS32: [[C:%[0-9]+]]:gprb(s32) = G_CONSTANT i32 4
48 ; MIPS32: [[PTR_ADD:%[0-9]+]]:gprb(p0) = G_PTR_ADD [[COPY2]], [[C]](s32)
49 ; MIPS32: G_STORE [[COPY1]](s32), [[PTR_ADD]](p0) :: (store (s32) into %ir.ptr + 4, basealign 8)
53 %0:_(s64) = G_MERGE_VALUES %2(s32), %3(s32)
55 G_STORE %0(s64), %1(p0) :: (store (s64) into %ir.ptr)
63 tracksRegLiveness: true
68 ; MIPS32-LABEL: name: store_float
69 ; MIPS32: liveins: $a1, $f12
70 ; MIPS32: [[COPY:%[0-9]+]]:fprb(s32) = COPY $f12
71 ; MIPS32: [[COPY1:%[0-9]+]]:gprb(p0) = COPY $a1
72 ; MIPS32: G_STORE [[COPY]](s32), [[COPY1]](p0) :: (store (s32) into %ir.ptr)
76 G_STORE %0(s32), %1(p0) :: (store (s32) into %ir.ptr)
84 tracksRegLiveness: true
89 ; MIPS32-LABEL: name: store_double
90 ; MIPS32: liveins: $a2, $d6
91 ; MIPS32: [[COPY:%[0-9]+]]:fprb(s64) = COPY $d6
92 ; MIPS32: [[COPY1:%[0-9]+]]:gprb(p0) = COPY $a2
93 ; MIPS32: G_STORE [[COPY]](s64), [[COPY1]](p0) :: (store (s64) into %ir.ptr)
97 G_STORE %0(s64), %1(p0) :: (store (s64) into %ir.ptr)