-
Notifications
You must be signed in to change notification settings - Fork 13.4k
Use PtrMetadata
instead of Len
in slice drop shims
#134326
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
2 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
63 changes: 63 additions & 0 deletions
63
...-opt/slice_drop_shim.core.ptr-drop_in_place.[String;42].AddMovesForPackedDrops.before.mir
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,63 @@ | ||
// MIR for `std::ptr::drop_in_place` before AddMovesForPackedDrops | ||
|
||
fn std::ptr::drop_in_place(_1: *mut [String; 42]) -> () { | ||
let mut _0: (); | ||
let mut _2: *mut [std::string::String; 42]; | ||
let mut _3: *mut [std::string::String]; | ||
let mut _4: usize; | ||
let mut _5: usize; | ||
let mut _6: *mut std::string::String; | ||
let mut _7: bool; | ||
let mut _8: *mut std::string::String; | ||
let mut _9: bool; | ||
|
||
bb0: { | ||
goto -> bb9; | ||
} | ||
|
||
bb1: { | ||
return; | ||
} | ||
|
||
bb2 (cleanup): { | ||
resume; | ||
} | ||
|
||
bb3 (cleanup): { | ||
_6 = &raw mut (*_3)[_5]; | ||
_5 = Add(move _5, const 1_usize); | ||
drop((*_6)) -> [return: bb4, unwind terminate(cleanup)]; | ||
} | ||
|
||
bb4 (cleanup): { | ||
_7 = Eq(copy _5, copy _4); | ||
switchInt(move _7) -> [0: bb3, otherwise: bb2]; | ||
} | ||
|
||
bb5: { | ||
_8 = &raw mut (*_3)[_5]; | ||
_5 = Add(move _5, const 1_usize); | ||
drop((*_8)) -> [return: bb6, unwind: bb4]; | ||
} | ||
|
||
bb6: { | ||
_9 = Eq(copy _5, copy _4); | ||
switchInt(move _9) -> [0: bb5, otherwise: bb1]; | ||
} | ||
|
||
bb7: { | ||
_4 = PtrMetadata(copy _3); | ||
_5 = const 0_usize; | ||
goto -> bb6; | ||
} | ||
|
||
bb8: { | ||
goto -> bb7; | ||
} | ||
|
||
bb9: { | ||
_2 = &raw mut (*_1); | ||
_3 = move _2 as *mut [std::string::String] (PointerCoercion(Unsize, Implicit)); | ||
goto -> bb8; | ||
} | ||
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.