summaryrefslogtreecommitdiffstats
path: root/tests/mir-opt/reference_prop.reference_propagation_const_ptr.ReferencePropagation.diff
blob: ce5ddbfdd123162b2834d25728f5aabf7fc6d4e8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
- // MIR for `reference_propagation_const_ptr` before ReferencePropagation
+ // MIR for `reference_propagation_const_ptr` after ReferencePropagation
  
  fn reference_propagation_const_ptr(_1: *const T, _2: *const T) -> () {
      debug single => _1;
      debug multiple => _2;
      let mut _0: ();
      let _3: ();
      let _7: ();
      let mut _8: ();
      let _9: ();
      let mut _13: *const usize;
      let _15: ();
      let mut _16: ();
      let _17: ();
      let _22: ();
      let mut _23: &*const usize;
      let _24: ();
      let _29: ();
      let mut _30: *mut *const usize;
      let _31: ();
      let _35: ();
      let mut _36: *const usize;
      let _37: ();
      let _44: ();
      let mut _45: *const usize;
      let _46: ();
      let _49: ();
      let mut _50: ();
      let _51: ();
      let mut _53: *const T;
      let _55: ();
      let mut _56: ();
      let _57: ();
      let _62: ();
      let mut _63: ();
      let _64: ();
      let _69: ();
      let mut _70: ();
      let _75: ();
      let mut _76: ();
      scope 1 {
          let _4: usize;
          scope 2 {
              debug a => _4;
              let _5: *const usize;
              scope 3 {
                  debug b => _5;
                  let _6: usize;
                  scope 4 {
                      debug c => _6;
                  }
              }
          }
      }
      scope 5 {
          let _10: usize;
          scope 6 {
              debug a => _10;
              let _11: usize;
              scope 7 {
                  debug a2 => _11;
                  let mut _12: *const usize;
                  scope 8 {
                      debug b => _12;
                      let _14: usize;
                      scope 9 {
                          debug c => _14;
                      }
                  }
              }
          }
      }
      scope 10 {
          let _18: usize;
          scope 11 {
              debug a => _18;
              let _19: *const usize;
              scope 12 {
                  debug b => _19;
                  let _20: &*const usize;
                  scope 13 {
                      debug d => _20;
                      let _21: usize;
                      scope 14 {
                          debug c => _21;
                      }
                  }
              }
          }
      }
      scope 15 {
          let _25: usize;
          scope 16 {
              debug a => _25;
              let mut _26: *const usize;
              scope 17 {
                  debug b => _26;
                  let _27: *mut *const usize;
                  scope 18 {
                      debug d => _27;
                      let _28: usize;
                      scope 19 {
                          debug c => _28;
                      }
                  }
              }
          }
      }
      scope 20 {
          let _32: usize;
          scope 21 {
              debug a => _32;
              let _33: *const usize;
              scope 22 {
                  debug b => _33;
                  let _34: usize;
                  scope 23 {
                      debug c => _34;
                  }
              }
          }
      }
      scope 24 {
          let _38: usize;
          scope 25 {
              debug a => _38;
              let _39: *const usize;
              scope 26 {
                  debug b1 => _39;
                  let _40: usize;
                  scope 27 {
                      debug c => _40;
                      let _41: *const usize;
                      scope 28 {
                          debug b2 => _41;
                          let _42: usize;
                          scope 29 {
                              debug c2 => _42;
                              let _43: *const usize;
                              scope 30 {
                                  debug b3 => _43;
                              }
                          }
                      }
                  }
              }
          }
      }
      scope 31 {
          let _47: *const T;
          scope 32 {
-             debug a => _47;
+             debug a => _1;
              let _48: T;
              scope 33 {
                  debug b => _48;
              }
          }
      }
      scope 34 {
          let _52: *const T;
          scope 35 {
              debug a => _52;
              let _54: T;
              scope 36 {
                  debug b => _54;
              }
          }
      }
      scope 37 {
          let _58: usize;
          scope 38 {
              debug a => _58;
              let _59: *const usize;
              scope 39 {
                  debug b => _59;
                  let _60: *const usize;
                  scope 40 {
                      debug c => _60;
                      let _61: usize;
                      scope 41 {
                          debug e => _61;
                      }
                  }
              }
          }
      }
      scope 42 {
          let _65: usize;
          scope 43 {
              debug a => _65;
              let _66: *const usize;
              scope 44 {
                  debug b => _66;
                  let _67: &*const usize;
                  scope 45 {
                      debug d => _67;
                      let _68: usize;
                      scope 46 {
                          debug c => _68;
                      }
                  }
              }
          }
      }
      scope 47 {
          let _71: usize;
          scope 48 {
              debug a => _71;
              let mut _72: *const usize;
              scope 49 {
                  debug b => _72;
                  let _73: &mut *const usize;
                  scope 50 {
                      debug d => _73;
                      let _74: usize;
                      scope 51 {
                          debug c => _74;
                      }
                  }
              }
          }
      }
  
      bb0: {
-         StorageLive(_3);
          StorageLive(_4);
          _4 = const 5_usize;
          StorageLive(_5);
          _5 = &raw const _4;
          StorageLive(_6);
-         _6 = (*_5);
+         _6 = _4;
          StorageLive(_7);
          StorageLive(_8);
          _8 = ();
          _7 = opaque::<()>(move _8) -> [return: bb1, unwind continue];
      }
  
      bb1: {
          StorageDead(_8);
          StorageDead(_7);
-         _3 = const ();
          StorageDead(_6);
          StorageDead(_5);
          StorageDead(_4);
-         StorageDead(_3);
-         StorageLive(_9);
          StorageLive(_10);
          _10 = const 5_usize;
          StorageLive(_11);
          _11 = const 7_usize;
          StorageLive(_12);
          _12 = &raw const _10;
          StorageLive(_13);
          _13 = &raw const _11;
          _12 = move _13;
          StorageDead(_13);
          StorageLive(_14);
          _14 = (*_12);
          StorageLive(_15);
          StorageLive(_16);
          _16 = ();
          _15 = opaque::<()>(move _16) -> [return: bb2, unwind continue];
      }
  
      bb2: {
          StorageDead(_16);
          StorageDead(_15);
-         _9 = const ();
          StorageDead(_14);
          StorageDead(_12);
          StorageDead(_11);
          StorageDead(_10);
-         StorageDead(_9);
-         StorageLive(_17);
          StorageLive(_18);
          _18 = const 5_usize;
          StorageLive(_19);
          _19 = &raw const _18;
          StorageLive(_20);
          _20 = &_19;
          StorageLive(_21);
          _21 = (*_19);
          StorageLive(_22);
          StorageLive(_23);
          _23 = _20;
          _22 = opaque::<&*const usize>(move _23) -> [return: bb3, unwind continue];
      }
  
      bb3: {
          StorageDead(_23);
          StorageDead(_22);
-         _17 = const ();
          StorageDead(_21);
          StorageDead(_20);
          StorageDead(_19);
          StorageDead(_18);
-         StorageDead(_17);
-         StorageLive(_24);
          StorageLive(_25);
          _25 = const 5_usize;
          StorageLive(_26);
          _26 = &raw const _25;
          StorageLive(_27);
          _27 = &raw mut _26;
          StorageLive(_28);
          _28 = (*_26);
          StorageLive(_29);
          StorageLive(_30);
          _30 = _27;
          _29 = opaque::<*mut *const usize>(move _30) -> [return: bb4, unwind continue];
      }
  
      bb4: {
          StorageDead(_30);
          StorageDead(_29);
-         _24 = const ();
          StorageDead(_28);
          StorageDead(_27);
          StorageDead(_26);
          StorageDead(_25);
-         StorageDead(_24);
-         StorageLive(_31);
          StorageLive(_32);
          _32 = const 7_usize;
          StorageLive(_33);
          _33 = &raw const _32;
          StorageLive(_34);
-         _34 = (*_33);
+         _34 = _32;
          StorageLive(_35);
          StorageLive(_36);
          _36 = _33;
          _35 = opaque::<*const usize>(move _36) -> [return: bb5, unwind continue];
      }
  
      bb5: {
          StorageDead(_36);
          StorageDead(_35);
-         _31 = const ();
          StorageDead(_34);
          StorageDead(_33);
          StorageDead(_32);
-         StorageDead(_31);
-         StorageLive(_37);
          StorageLive(_38);
          _38 = const 7_usize;
          StorageLive(_39);
          _39 = &raw const _38;
          StorageLive(_40);
-         _40 = (*_39);
+         _40 = _38;
          StorageLive(_41);
          _41 = _39;
          StorageLive(_42);
-         _42 = (*_41);
+         _42 = _38;
          StorageLive(_43);
          _43 = _41;
          StorageLive(_44);
          StorageLive(_45);
          _45 = _43;
          _44 = opaque::<*const usize>(move _45) -> [return: bb6, unwind continue];
      }
  
      bb6: {
          StorageDead(_45);
          StorageDead(_44);
-         _37 = const ();
          StorageDead(_43);
          StorageDead(_42);
          StorageDead(_41);
          StorageDead(_40);
          StorageDead(_39);
          StorageDead(_38);
-         StorageDead(_37);
-         StorageLive(_46);
-         StorageLive(_47);
-         _47 = &raw const (*_1);
          StorageLive(_48);
-         _48 = (*_47);
+         _48 = (*_1);
          StorageLive(_49);
          StorageLive(_50);
          _50 = ();
          _49 = opaque::<()>(move _50) -> [return: bb7, unwind continue];
      }
  
      bb7: {
          StorageDead(_50);
          StorageDead(_49);
-         _46 = const ();
          StorageDead(_48);
-         StorageDead(_47);
-         StorageDead(_46);
-         StorageLive(_51);
          StorageLive(_52);
          _52 = &raw const (*_2);
          StorageLive(_53);
          _53 = &raw const (*_1);
          _2 = move _53;
          StorageDead(_53);
          StorageLive(_54);
          _54 = (*_52);
          StorageLive(_55);
          StorageLive(_56);
          _56 = ();
          _55 = opaque::<()>(move _56) -> [return: bb8, unwind continue];
      }
  
      bb8: {
          StorageDead(_56);
          StorageDead(_55);
-         _51 = const ();
          StorageDead(_54);
          StorageDead(_52);
-         StorageDead(_51);
-         StorageLive(_57);
          StorageLive(_58);
          _58 = const 13_usize;
          StorageLive(_59);
          _59 = &raw const _58;
          StorageLive(_60);
-         _60 = &raw const (*_59);
+         _60 = &raw const _58;
          StorageLive(_61);
-         _61 = (*_60);
+         _61 = _58;
          StorageLive(_62);
          StorageLive(_63);
          _63 = ();
          _62 = opaque::<()>(move _63) -> [return: bb9, unwind continue];
      }
  
      bb9: {
          StorageDead(_63);
          StorageDead(_62);
-         _57 = const ();
          StorageDead(_61);
          StorageDead(_60);
          StorageDead(_59);
          StorageDead(_58);
-         StorageDead(_57);
-         StorageLive(_64);
          StorageLive(_65);
          _65 = const 5_usize;
          StorageLive(_66);
          _66 = &raw const _65;
          StorageLive(_67);
          _67 = &_66;
          StorageLive(_68);
          _68 = (*_66);
          StorageLive(_69);
          StorageLive(_70);
          _70 = ();
          _69 = opaque::<()>(move _70) -> [return: bb10, unwind continue];
      }
  
      bb10: {
          StorageDead(_70);
          StorageDead(_69);
-         _64 = const ();
          StorageDead(_68);
          StorageDead(_67);
          StorageDead(_66);
          StorageDead(_65);
-         StorageDead(_64);
          StorageLive(_71);
          _71 = const 5_usize;
          StorageLive(_72);
          _72 = &raw const _71;
          StorageLive(_73);
          _73 = &mut _72;
          StorageLive(_74);
          _74 = (*_72);
          StorageLive(_75);
          StorageLive(_76);
          _76 = ();
          _75 = opaque::<()>(move _76) -> [return: bb11, unwind continue];
      }
  
      bb11: {
          StorageDead(_76);
          StorageDead(_75);
          _0 = const ();
          StorageDead(_74);
          StorageDead(_73);
          StorageDead(_72);
          StorageDead(_71);
          return;
      }
  }