rust/tests/mir-opt/const_promotion_extern_static.BAR-promoted[0].SimplifyCfg-elaborate-drops.after.mir

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

21 lines
437 B
Rust
Raw Normal View History

2020-10-20 15:00:55 +00:00
// MIR for `BAR::promoted[0]` after SimplifyCfg-elaborate-drops
2020-03-11 10:49:00 +00:00
promoted[0] in BAR: &[&i32; 1] = {
2023-06-06 13:47:00 +00:00
let mut _0: &[&i32; 1];
let mut _1: [&i32; 1];
let mut _2: &i32;
let mut _3: &i32;
2020-03-11 10:49:00 +00:00
bb0: {
2023-10-15 17:00:11 +00:00
_3 = const {ALLOC0: &i32};
2023-06-06 13:47:00 +00:00
_2 = &(*_3);
_1 = [move _2];
_0 = &_1;
return;
2020-03-11 10:49:00 +00:00
}
}
2022-02-09 13:21:49 +00:00
2023-10-15 17:00:11 +00:00
ALLOC0 (static: Y, size: 4, align: 4) {
2022-02-09 13:21:49 +00:00
2a 00 00 00 *...
}