about summary refs log tree commit diff
path: root/tests/mir-opt/dont_yeet_assert.generic.InstSimplify.diff
diff options
context:
space:
mode:
Diffstat (limited to 'tests/mir-opt/dont_yeet_assert.generic.InstSimplify.diff')
-rw-r--r--tests/mir-opt/dont_yeet_assert.generic.InstSimplify.diff23
1 files changed, 23 insertions, 0 deletions
diff --git a/tests/mir-opt/dont_yeet_assert.generic.InstSimplify.diff b/tests/mir-opt/dont_yeet_assert.generic.InstSimplify.diff
new file mode 100644
index 00000000000..cadf05152a4
--- /dev/null
+++ b/tests/mir-opt/dont_yeet_assert.generic.InstSimplify.diff
@@ -0,0 +1,23 @@
+- // MIR for `generic` before InstSimplify
++ // MIR for `generic` after InstSimplify
+  
+  fn generic() -> () {
+      let mut _0: ();                      // return place in scope 0 at $DIR/dont_yeet_assert.rs:+0:21: +0:21
+      let _1: ();                          // in scope 0 at $DIR/dont_yeet_assert.rs:+1:5: +1:61
+  
+      bb0: {
+          StorageLive(_1);                 // scope 0 at $DIR/dont_yeet_assert.rs:+1:5: +1:61
+          _1 = assert_mem_uninitialized_valid::<&T>() -> [return: bb1, unwind unreachable]; // scope 0 at $DIR/dont_yeet_assert.rs:+1:5: +1:61
+                                           // mir::Constant
+                                           // + span: $DIR/dont_yeet_assert.rs:10:5: 10:59
+                                           // + user_ty: UserType(0)
+                                           // + literal: Const { ty: extern "rust-intrinsic" fn() {assert_mem_uninitialized_valid::<&T>}, val: Value(<ZST>) }
+      }
+  
+      bb1: {
+          StorageDead(_1);                 // scope 0 at $DIR/dont_yeet_assert.rs:+1:61: +1:62
+          _0 = const ();                   // scope 0 at $DIR/dont_yeet_assert.rs:+0:21: +2:2
+          return;                          // scope 0 at $DIR/dont_yeet_assert.rs:+2:2: +2:2
+      }
+  }
+