Bump version to 19.1.0-rc3
[llvm-project.git] / llvm / test / CodeGen / Mips / GlobalISel / regbankselect / store.mir
blob80bf04adadacacdd89d62bd343bc7c1c911a6f17
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
3 --- |
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 }
10 ...
11 ---
12 name:            store_i32
13 alignment:       4
14 legalized:       true
15 tracksRegLiveness: true
16 body:             |
17   bb.1.entry:
18     liveins: $a0, $a1
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)
25     ; MIPS32: RetRA
26     %0:_(s32) = COPY $a0
27     %1:_(p0) = COPY $a1
28     G_STORE %0(s32), %1(p0) :: (store (s32) into %ir.ptr)
29     RetRA
31 ...
32 ---
33 name:            store_i64
34 alignment:       4
35 legalized:       true
36 tracksRegLiveness: true
37 body:             |
38   bb.1.entry:
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)
50     ; MIPS32: RetRA
51     %2:_(s32) = COPY $a0
52     %3:_(s32) = COPY $a1
53     %0:_(s64) = G_MERGE_VALUES %2(s32), %3(s32)
54     %1:_(p0) = COPY $a2
55     G_STORE %0(s64), %1(p0) :: (store (s64) into %ir.ptr)
56     RetRA
58 ...
59 ---
60 name:            store_float
61 alignment:       4
62 legalized:       true
63 tracksRegLiveness: true
64 body:             |
65   bb.1.entry:
66     liveins: $a1, $f12
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)
73     ; MIPS32: RetRA
74     %0:_(s32) = COPY $f12
75     %1:_(p0) = COPY $a1
76     G_STORE %0(s32), %1(p0) :: (store (s32) into %ir.ptr)
77     RetRA
79 ...
80 ---
81 name:            store_double
82 alignment:       4
83 legalized:       true
84 tracksRegLiveness: true
85 body:             |
86   bb.1.entry:
87     liveins: $a2, $d6
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)
94     ; MIPS32: RetRA
95     %0:_(s64) = COPY $d6
96     %1:_(p0) = COPY $a2
97     G_STORE %0(s64), %1(p0) :: (store (s64) into %ir.ptr)
98     RetRA