Skip to content
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

Ssa: Extend consistency checks and reduce phi read nodes #18941

Merged
merged 6 commits into from
Mar 7, 2025

Conversation

aschackmull
Copy link
Contributor

This extends the SSA consistency checks with a number of new checks and enables them for Java. The additional consistency checks reveal that we're constructing too many phi read nodes, so the superfluous nodes are removed.

@aschackmull aschackmull added the no-change-note-required This PR does not need a change note label Mar 6, 2025
@github-actions github-actions bot added the Java label Mar 6, 2025
@github-actions github-actions bot added Ruby Rust Pull requests that update Rust code labels Mar 7, 2025
@aschackmull aschackmull marked this pull request as ready for review March 7, 2025 12:28
@Copilot Copilot bot review requested due to automatic review settings March 7, 2025 12:28
@aschackmull aschackmull requested review from a team as code owners March 7, 2025 12:28

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot reviewed 6 out of 6 changed files in this pull request and generated no comments.

Tip: Copilot only keeps its highest confidence comments to reduce noise and keep you focused. Learn more

@aschackmull aschackmull merged commit d075466 into github:main Mar 7, 2025
100 of 124 checks passed
@aschackmull aschackmull deleted the ssa/refactor4 branch March 7, 2025 14:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Java no-change-note-required This PR does not need a change note Ruby Rust Pull requests that update Rust code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants