rust/tests/mir-opt/pre-codegen/intrinsics.f_u64.PreCodegen.after.mir

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

24 lines
467 B
Rust
Raw Normal View History

// MIR for `f_u64` after PreCodegen
fn f_u64() -> () {
2023-06-06 08:47:00 -05:00
let mut _0: ();
let mut _1: u64;
scope 1 (inlined f_dispatch::<u64>) {
debug t => const 0_u64;
let _2: ();
scope 2 (inlined std::mem::size_of::<u64>) {
}
}
bb0: {
2023-06-06 08:47:00 -05:00
StorageLive(_1);
_1 = const 0_u64;
_2 = f_non_zst::<u64>(move _1) -> [return: bb1, unwind unreachable];
}
bb1: {
2023-06-06 08:47:00 -05:00
StorageDead(_1);
return;
}
}