- Notifications
You must be signed in to change notification settings - Fork 15.3k
[BOLT][AArch64] Enabling Inlining for Memcpy for AArch64 in BOLT #154929
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
sjoerdmeijer merged 26 commits into llvm:main from yafet-a:users/yafet-a/inlining-memcpy Sep 9, 2025
Merged
Changes from 24 commits
Commits
Show all changes
26 commits Select commit Hold shift + click to select a range
ce56f84 pre-commit test
yafet-a 1c27d89 [BOLT] documentation
yafet-a db353b7 [BOLT][AArch64] Implement safe size-aware memcpy inlining
yafet-a 2e5b22b test target fix for CI cross-compilation issue
yafet-a 385fa23 moved inline-memcpy to avoid CI cross-compilation PIE conflicts
yafet-a 4f9ef67 removed old test
yafet-a e83126e response to review
yafet-a cf8279a Update conditional formatting and move check for size into binaryPasses
yafet-a c317eb0 Negative Tests (live-in, register move, non-mov instruction)
yafet-a df97d61 memcpy8 redundant handling removed
yafet-a 25cfb58 nit: comment clean up
yafet-a e308855 minor refactor
yafet-a 365a0bf NFC: Post-review refactor
yafet-a 84c904a NFC: Test for corner case with size 0
yafet-a 0561bcc Use temp instead of argument registers
yafet-a cc49db7 Update early return
yafet-a 115606b Update tests to be more specific about registers + negative test on e…
yafet-a 1986bfa Complex test + register aliasing
yafet-a bd990ea NFC use if initializer
yafet-a ee5f859 [style] trailing whitespaces removed
yafet-a ad503a7 [test] CHECK-NEXT used
yafet-a 267432a [test] updated negative test to check for negative size
yafet-a 198744d [nfc] minor refactor
yafet-a 62b871e [bug] memcpy call removed for sizes>64
yafet-a dcab6ac [nfc][test] reordered test
yafet-a 875156e [nfc] added assert for default case (future-proofing for changes to B…
yafet-a 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
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
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.
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.