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.

19 lines
342 B
Rust
Raw Normal View History

// MIR for `f_u64` after PreCodegen
fn f_u64() -> () {
2023-06-06 13:47:00 +00:00
let mut _0: ();
scope 1 (inlined f_dispatch::<u64>) {
2023-02-07 19:24:21 +00:00
let _1: ();
2023-06-06 13:47:00 +00:00
scope 2 (inlined std::mem::size_of::<u64>) {
}
}
bb0: {
2023-02-07 19:24:21 +00:00
_1 = f_non_zst::<u64>(const 0_u64) -> [return: bb1, unwind unreachable];
}
bb1: {
2023-06-06 13:47:00 +00:00
return;
}
}