-
-
Notifications
You must be signed in to change notification settings - Fork 32k
gh-87092: bring compiler code closer to a preprocessing-opt-assembler organisation #97644
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 1 commit
Commits
Show all changes
12 commits
Select commit
Hold shift + click to select a range
27102b2
add unit test for const trimming
iritkatriel 9827030
move trim_unused_consts to assembly stage
iritkatriel 103c9ae
move a few things around
iritkatriel bab900a
remove redundant assert and move another up to just after the value w…
iritkatriel 9736e75
move push_cold_blocks_to_end up
iritkatriel eb6cd76
reduce repetition: create basicblock_append_instructions and call it …
iritkatriel fa0b95d
move remove_redundant_nops call into convert_exception_handlers_to_no…
iritkatriel 8a2f28e
move check_loads function to optimization stage
iritkatriel 85751ea
mark's review comments
iritkatriel 5f78cc7
fix comment
iritkatriel e44b087
Call it preprocessing
iritkatriel 4f15173
Merge branch 'main' into compiler_refactor
iritkatriel File filter
Filter by extension
Conversations
Failed to load comments.
Loading
8000
span>
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
move remove_redundant_nops call into convert_exception_handlers_to_no…
…ps. rename calculate_jump_targets --> translate_jump_labels_to_targets
- Loading branch information
commit fa0b95d728a1eef9c6e9cd7dc03df82c60a7dc7d
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
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.