rust/tests/mir-opt/pre-codegen/slice_iter.forward_loop.PreCodegen.after.panic-unwind.mir
2025-02-14 22:24:27 -08:00

273 lines
8 KiB
Rust

// MIR for `forward_loop` after PreCodegen
fn forward_loop(_1: &[T], _2: impl Fn(&T)) -> () {
debug slice => _1;
debug f => _2;
let mut _0: ();
let mut _11: std::ptr::NonNull<T>;
let mut _12: *const T;
let mut _26: std::option::Option<&T>;
let mut _27: isize;
let mut _29: &impl Fn(&T);
let mut _30: (&T,);
let _31: ();
scope 1 {
debug ((iter: std::slice::Iter<'_, T>).0: std::ptr::NonNull<T>) => _11;
debug ((iter: std::slice::Iter<'_, T>).1: *const T) => _12;
debug ((iter: std::slice::Iter<'_, T>).2: std::marker::PhantomData<&T>) => const ZeroSized: PhantomData<&T>;
let _28: &T;
scope 2 {
debug x => _28;
}
scope 17 (inlined <std::slice::Iter<'_, T> as Iterator>::next) {
let _13: std::ptr::NonNull<T>;
let _15: std::ptr::NonNull<T>;
let mut _18: bool;
let mut _21: std::ptr::NonNull<T>;
let mut _23: bool;
let mut _24: *const u8;
let mut _25: *const T;
scope 18 {
let _14: *const T;
scope 19 {
let _22: *const u8;
scope 20 {
scope 21 (inlined null::<u8>) {
scope 22 (inlined without_provenance::<()>) {
scope 23 (inlined without_provenance_mut::<()>) {
}
}
scope 24 (inlined std::ptr::from_raw_parts::<u8, ()>) {
}
}
scope 25 (inlined std::ptr::const_ptr::<impl *const u8>::wrapping_sub) {
scope 26 (inlined core::num::<impl isize>::wrapping_neg) {
scope 27 (inlined core::num::<impl isize>::wrapping_sub) {
}
}
scope 28 (inlined std::ptr::const_ptr::<impl *const u8>::wrapping_offset) {
}
}
}
scope 29 (inlined <NonNull<T> as PartialEq>::eq) {
let mut _16: *mut T;
let mut _17: *mut T;
scope 30 (inlined NonNull::<T>::as_ptr) {
}
scope 31 (inlined NonNull::<T>::as_ptr) {
}
}
scope 32 (inlined NonNull::<T>::add) {
let mut _19: *const T;
let mut _20: *const T;
scope 33 (inlined NonNull::<T>::as_ptr) {
}
}
}
}
}
}
scope 3 (inlined core::slice::<impl [T]>::iter) {
scope 4 (inlined std::slice::Iter::<'_, T>::new) {
let _3: usize;
let mut _7: *mut T;
let mut _8: *mut T;
let mut _10: *const T;
scope 5 {
let _6: std::ptr::NonNull<T>;
scope 6 {
let _9: *const T;
scope 7 {
}
scope 12 (inlined std::ptr::without_provenance::<T>) {
scope 13 (inlined without_provenance_mut::<T>) {
}
}
scope 14 (inlined NonNull::<T>::as_ptr) {
}
scope 15 (inlined std::ptr::mut_ptr::<impl *mut T>::add) {
}
}
scope 8 (inlined <NonNull<[T]> as From<&[T]>>::from) {
scope 9 (inlined NonNull::<[T]>::from_ref) {
let mut _4: *const [T];
}
}
scope 10 (inlined NonNull::<[T]>::cast::<T>) {
let mut _5: *const T;
scope 11 (inlined NonNull::<[T]>::as_ptr) {
}
}
}
}
}
scope 16 (inlined <std::slice::Iter<'_, T> as IntoIterator>::into_iter) {
}
bb0: {
StorageLive(_3);
StorageLive(_4);
_3 = PtrMetadata(copy _1);
_4 = &raw const (*_1);
StorageLive(_5);
_5 = copy _4 as *const T (PtrToPtr);
_6 = NonNull::<T> { pointer: move _5 };
StorageDead(_5);
StorageLive(_9);
switchInt(const <T as std::mem::SizedTypeProperties>::IS_ZST) -> [0: bb1, otherwise: bb2];
}
bb1: {
StorageLive(_8);
StorageLive(_7);
_7 = copy _4 as *mut T (PtrToPtr);
_8 = Offset(copy _7, copy _3);
StorageDead(_7);
_9 = move _8 as *const T (PtrToPtr);
StorageDead(_8);
goto -> bb3;
}
bb2: {
_9 = copy _3 as *const T (Transmute);
goto -> bb3;
}
bb3: {
_10 = copy _9;
StorageDead(_9);
StorageDead(_4);
StorageDead(_3);
StorageLive(_11);
StorageLive(_12);
_11 = copy _6;
_12 = copy _10;
goto -> bb4;
}
bb4: {
StorageLive(_26);
StorageLive(_13);
StorageLive(_14);
StorageLive(_22);
StorageLive(_15);
_13 = copy _11;
_14 = copy _12;
switchInt(const <T as std::mem::SizedTypeProperties>::IS_ZST) -> [0: bb5, otherwise: bb8];
}
bb5: {
StorageLive(_18);
_15 = copy _14 as std::ptr::NonNull<T> (Transmute);
StorageLive(_16);
_16 = copy _13 as *mut T (Transmute);
StorageLive(_17);
_17 = copy _15 as *mut T (Transmute);
_18 = Eq(move _16, move _17);
StorageDead(_17);
StorageDead(_16);
switchInt(move _18) -> [0: bb6, otherwise: bb7];
}
bb6: {
StorageDead(_18);
StorageLive(_21);
StorageLive(_20);
StorageLive(_19);
_19 = copy _13 as *const T (Transmute);
_20 = Offset(move _19, const 1_usize);
StorageDead(_19);
_21 = NonNull::<T> { pointer: move _20 };
StorageDead(_20);
_11 = move _21;
StorageDead(_21);
goto -> bb11;
}
bb7: {
StorageDead(_18);
StorageDead(_15);
StorageDead(_22);
StorageDead(_14);
StorageDead(_13);
goto -> bb18;
}
bb8: {
_22 = copy _14 as *const u8 (PtrToPtr);
StorageLive(_23);
_23 = Eq(copy _22, const {0x0 as *const u8});
switchInt(move _23) -> [0: bb9, otherwise: bb17];
}
bb9: {
StorageDead(_23);
StorageLive(_24);
_24 = arith_offset::<u8>(move _22, const -1_isize) -> [return: bb10, unwind unreachable];
}
bb10: {
_25 = move _24 as *const T (PtrToPtr);
StorageDead(_24);
_12 = copy _25;
goto -> bb11;
}
bb11: {
_26 = copy _13 as std::option::Option<&T> (Transmute);
StorageDead(_15);
StorageDead(_22);
StorageDead(_14);
StorageDead(_13);
_27 = discriminant(_26);
switchInt(move _27) -> [0: bb18, 1: bb12, otherwise: bb16];
}
bb12: {
_28 = copy ((_26 as Some).0: &T);
StorageLive(_29);
_29 = &_2;
StorageLive(_30);
_30 = (copy _28,);
_31 = <impl Fn(&T) as Fn<(&T,)>>::call(move _29, move _30) -> [return: bb13, unwind: bb14];
}
bb13: {
StorageDead(_30);
StorageDead(_29);
StorageDead(_26);
goto -> bb4;
}
bb14 (cleanup): {
drop(_2) -> [return: bb15, unwind terminate(cleanup)];
}
bb15 (cleanup): {
resume;
}
bb16: {
unreachable;
}
bb17: {
StorageDead(_23);
StorageDead(_15);
StorageDead(_22);
StorageDead(_14);
StorageDead(_13);
goto -> bb18;
}
bb18: {
StorageDead(_26);
StorageDead(_11);
StorageDead(_12);
drop(_2) -> [return: bb19, unwind continue];
}
bb19: {
return;
}
}