summaryrefslogtreecommitdiffstats
path: root/tests/mir-opt/pre-codegen/intrinsics.f_u64.PreCodegen.after.mir
blob: 76e1fea2f9528104f9d3631543b878b785e842e7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
// MIR for `f_u64` after PreCodegen

fn f_u64() -> () {
    let mut _0: ();                      // return place in scope 0 at $DIR/intrinsics.rs:+0:16: +0:16
    let mut _1: u64;                     // in scope 0 at $DIR/intrinsics.rs:+1:5: +1:21
    scope 1 (inlined f_dispatch::<u64>) { // at $DIR/intrinsics.rs:19:5: 19:21
        debug t => const 0_u64;          // in scope 1 at $DIR/intrinsics.rs:23:22: 23:23
        let _2: ();                      // in scope 1 at $DIR/intrinsics.rs:27:9: 27:21
        scope 2 (inlined std::mem::size_of::<u64>) { // at $DIR/intrinsics.rs:24:8: 24:32
        }
    }

    bb0: {
        StorageLive(_1);                 // scope 0 at $DIR/intrinsics.rs:+1:5: +1:21
        _1 = const 0_u64;                // scope 0 at $DIR/intrinsics.rs:+1:5: +1:21
        _2 = f_non_zst::<u64>(move _1) -> [return: bb1, unwind unreachable]; // scope 1 at $DIR/intrinsics.rs:27:9: 27:21
                                         // mir::Constant
                                         // + span: $DIR/intrinsics.rs:27:9: 27:18
                                         // + literal: Const { ty: fn(u64) {f_non_zst::<u64>}, val: Value(<ZST>) }
    }

    bb1: {
        StorageDead(_1);                 // scope 0 at $DIR/intrinsics.rs:+1:5: +1:21
        return;                          // scope 0 at $DIR/intrinsics.rs:+2:2: +2:2
    }
}