-
-
Notifications
You must be signed in to change notification settings - Fork 32k
gh-114058: Foundations of the Tier2 redundancy eliminator #115085
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
Fidget-Spinner
merged 54 commits into
python:main
from
Fidget-Spinner:tier2_redundancy_eliminator
Feb 13, 2024
Merged
Changes from all commits
Commits
Show all changes
54 commits
Select commit
Hold shift + click to select a range
169e08d
bring over changes from old branch
Fidget-Spinner e270364
Port over to Mark's DSL
Fidget-Spinner e8a8b78
reduce diff
Fidget-Spinner bb6137a
fix passthrough
Fidget-Spinner 9b15f9e
fix tests
Fidget-Spinner 66bfce5
fix mypy issues
Fidget-Spinner 3789cd9
fix tests and address review
Fidget-Spinner 20d087b
add tests for abstract cases generator
Fidget-Spinner 0f58526
patchcheck
Fidget-Spinner c55ba14
Address review
Fidget-Spinner e34a0f5
reduce diff, add tests
Fidget-Spinner 229aab0
fix compilation problems
Fidget-Spinner 3c8def4
don't needlessly clear aliasing information
Fidget-Spinner 649b0c7
remove is_const for now
Fidget-Spinner 2805755
remove type prop (address review)
Fidget-Spinner 54e2f64
Add back SELF_OR_NULL :(
Fidget-Spinner dcddb2d
remove broken tests
Fidget-Spinner 6e5ed12
address most reviews (except LOAD_ATTR todo)
Fidget-Spinner a8b27fc
implement NOT_NULL for attributes
Fidget-Spinner e00ec6f
revert function version cache size
Fidget-Spinner b8f0af1
remove unused stats
Fidget-Spinner 9a9033f
remove unused macro
Fidget-Spinner 710f609
remove unused types
Fidget-Spinner eaeb293
remove unused import
Fidget-Spinner 0bb9539
rename file to tier2_redundancy_eliminator
Fidget-Spinner 82405fa
fix the type system
Fidget-Spinner 2e31906
fix cases generator
Fidget-Spinner ed25ce0
remove whitespace
Fidget-Spinner 3bf3c7d
check all overridden uops are originally defined
Fidget-Spinner 2af5b74
error -> out of space
Fidget-Spinner cb1d5fe
fix test cases
Fidget-Spinner 5013027
remove extra lines
Fidget-Spinner 1283660
fix out_of_space vs error
Fidget-Spinner d14dac6
fix CI
Fidget-Spinner 5394cdd
move macros out, remove temp writebuffer
Fidget-Spinner 0729778
update comment
Fidget-Spinner 35227f8
Address review
Fidget-Spinner 40a19f7
set IS_NULL as a flag
Fidget-Spinner 0a4b6be
Merge remote-tracking branch 'upstream/main' into tier2_redundancy_el…
Fidget-Spinner aaeb4cd
Fix a bug
Fidget-Spinner 6143256
fix a bug in frames
Fidget-Spinner 35fff8f
address review
Fidget-Spinner 2b6eff4
remove sym sharing
Fidget-Spinner 3b5b498
Address changes
Fidget-Spinner 702a6fc
Address review
Fidget-Spinner 77e56ff
address review
Fidget-Spinner c457098
Merge remote-tracking branch 'upstream/main' into tier2_redundancy_el…
Fidget-Spinner fcd31af
rename inst -> this_instr
Fidget-Spinner 92b211c
address review
Fidget-Spinner 1bf6ef8
remove whitespace
Fidget-Spinner ea3755f
remove assert
Fidget-Spinner f09e3c3
remove enabled
Fidget-Spinner 9670b23
fix up error codes
Fidget-Spinner 38420c3
fix error code again
Fidget-Spinner 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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.
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.