summaryrefslogtreecommitdiffstats
path: root/src/test/mir-opt/inline/inline_cycle.two.Inline.diff
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-17 12:02:58 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-17 12:02:58 +0000
commit698f8c2f01ea549d77d7dc3338a12e04c11057b9 (patch)
tree173a775858bd501c378080a10dca74132f05bc50 /src/test/mir-opt/inline/inline_cycle.two.Inline.diff
parentInitial commit. (diff)
downloadrustc-698f8c2f01ea549d77d7dc3338a12e04c11057b9.tar.xz
rustc-698f8c2f01ea549d77d7dc3338a12e04c11057b9.zip
Adding upstream version 1.64.0+dfsg1.upstream/1.64.0+dfsg1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'src/test/mir-opt/inline/inline_cycle.two.Inline.diff')
-rw-r--r--src/test/mir-opt/inline/inline_cycle.two.Inline.diff55
1 files changed, 55 insertions, 0 deletions
diff --git a/src/test/mir-opt/inline/inline_cycle.two.Inline.diff b/src/test/mir-opt/inline/inline_cycle.two.Inline.diff
new file mode 100644
index 000000000..dc890a365
--- /dev/null
+++ b/src/test/mir-opt/inline/inline_cycle.two.Inline.diff
@@ -0,0 +1,55 @@
+- // MIR for `two` before Inline
++ // MIR for `two` after Inline
+
+ fn two() -> () {
+ let mut _0: (); // return place in scope 0 at $DIR/inline-cycle.rs:+0:10: +0:10
+ let _1: (); // in scope 0 at $DIR/inline-cycle.rs:+1:5: +1:12
++ let mut _2: fn() {f}; // in scope 0 at $DIR/inline-cycle.rs:+1:5: +1:12
++ scope 1 (inlined call::<fn() {f}>) { // at $DIR/inline-cycle.rs:49:5: 49:12
++ debug f => _2; // in scope 1 at $DIR/inline-cycle.rs:+5:22: +5:23
++ let _3: (); // in scope 1 at $DIR/inline-cycle.rs:+6:5: +6:8
++ let mut _4: fn() {f}; // in scope 1 at $DIR/inline-cycle.rs:+6:5: +6:6
++ let mut _5: (); // in scope 1 at $DIR/inline-cycle.rs:+6:5: +6:8
++ scope 2 (inlined <fn() {f} as FnOnce<()>>::call_once - shim(fn() {f})) { // at $DIR/inline-cycle.rs:54:5: 54:8
++ scope 3 (inlined f) { // at $SRC_DIR/core/src/ops/function.rs:LL:COL
++ let _6: (); // in scope 3 at $DIR/inline-cycle.rs:+11:5: +11:12
++ }
++ }
++ }
+
+ bb0: {
+ StorageLive(_1); // scope 0 at $DIR/inline-cycle.rs:+1:5: +1:12
+- _1 = call::<fn() {f}>(f) -> bb1; // scope 0 at $DIR/inline-cycle.rs:+1:5: +1:12
++ StorageLive(_2); // scope 0 at $DIR/inline-cycle.rs:+1:5: +1:12
++ _2 = f; // scope 0 at $DIR/inline-cycle.rs:+1:5: +1:12
+ // mir::Constant
+- // + span: $DIR/inline-cycle.rs:49:5: 49:9
++ // + span: $DIR/inline-cycle.rs:49:10: 49:11
++ // + literal: Const { ty: fn() {f}, val: Value(<ZST>) }
++ StorageLive(_3); // scope 1 at $DIR/inline-cycle.rs:+6:5: +6:8
++ StorageLive(_4); // scope 1 at $DIR/inline-cycle.rs:+6:5: +6:6
++ _4 = move _2; // scope 1 at $DIR/inline-cycle.rs:+6:5: +6:6
++ StorageLive(_5); // scope 1 at $DIR/inline-cycle.rs:+6:5: +6:8
++ StorageLive(_6); // scope 3 at $DIR/inline-cycle.rs:+11:5: +11:12
++ _6 = call::<fn() {f}>(f) -> bb1; // scope 3 at $DIR/inline-cycle.rs:+11:5: +11:12
++ // mir::Constant
++ // + span: $DIR/inline-cycle.rs:59:5: 59:9
+ // + literal: Const { ty: fn(fn() {f}) {call::<fn() {f}>}, val: Value(<ZST>) }
+ // mir::Constant
+- // + span: $DIR/inline-cycle.rs:49:10: 49:11
++ // + span: $DIR/inline-cycle.rs:59:10: 59:11
+ // + literal: Const { ty: fn() {f}, val: Value(<ZST>) }
+ }
+
+ bb1: {
++ StorageDead(_6); // scope 3 at $DIR/inline-cycle.rs:+11:12: +11:13
++ StorageDead(_5); // scope 1 at $DIR/inline-cycle.rs:+6:7: +6:8
++ StorageDead(_4); // scope 1 at $DIR/inline-cycle.rs:+6:7: +6:8
++ StorageDead(_3); // scope 1 at $DIR/inline-cycle.rs:+6:8: +6:9
++ StorageDead(_2); // scope 0 at $DIR/inline-cycle.rs:+1:5: +1:12
+ StorageDead(_1); // scope 0 at $DIR/inline-cycle.rs:+1:12: +1:13
+ _0 = const (); // scope 0 at $DIR/inline-cycle.rs:+0:10: +2:2
+ return; // scope 0 at $DIR/inline-cycle.rs:+2:2: +2:2
+ }
+ }
+