rust/tests/mir-opt/const_promotion_extern_static.FOO-promoted[0].SimplifyCfg-pre-optimizations.after.mir

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

19 lines
378 B
Rust
Raw Normal View History

// MIR for `FOO::promoted[0]` after SimplifyCfg-pre-optimizations
2020-03-11 05:49:00 -05:00
const FOO::promoted[0]: &[&i32; 1] = {
2023-06-06 08:47:00 -05:00
let mut _0: &[&i32; 1];
let mut _1: [&i32; 1];
let mut _2: &i32;
let mut _3: *const i32;
2020-03-11 05:49:00 -05:00
bb0: {
2023-10-15 12:00:11 -05:00
_3 = const {ALLOC0: *const i32};
2023-06-06 08:47:00 -05:00
_2 = &(*_3);
_1 = [move _2];
_0 = &_1;
return;
2020-03-11 05:49:00 -05:00
}
}
2022-02-09 07:21:49 -06:00
2023-10-15 12:00:11 -05:00
ALLOC0 (extern static: X)