rust/tests/mir-opt/lower_intrinsics.size_of.LowerIntrinsics.diff

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

21 lines
984 B
Diff
Raw Normal View History

- // MIR for `size_of` before LowerIntrinsics
+ // MIR for `size_of` after LowerIntrinsics
fn size_of() -> usize {
2022-07-27 18:47:42 +00:00
let mut _0: usize; // return place in scope 0 at $DIR/lower_intrinsics.rs:+0:24: +0:29
bb0: {
2022-07-27 18:47:42 +00:00
- _0 = std::intrinsics::size_of::<T>() -> bb1; // scope 0 at $DIR/lower_intrinsics.rs:+1:5: +1:37
- // mir::Constant
- // + span: $DIR/lower_intrinsics.rs:16:5: 16:35
2022-07-06 14:14:46 +00:00
- // + literal: Const { ty: extern "rust-intrinsic" fn() -> usize {std::intrinsics::size_of::<T>}, val: Value(<ZST>) }
2022-07-27 18:47:42 +00:00
+ _0 = SizeOf(T); // scope 0 at $DIR/lower_intrinsics.rs:+1:5: +1:37
+ goto -> bb1; // scope 0 at $DIR/lower_intrinsics.rs:+1:5: +1:37
}
bb1: {
2022-07-27 18:47:42 +00:00
return; // scope 0 at $DIR/lower_intrinsics.rs:+2:2: +2:2
}
}