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

Some misc compiler-related code cleanup #56540

Merged
merged 1 commit into from
Nov 13, 2024
Merged

Some misc compiler-related code cleanup #56540

merged 1 commit into from
Nov 13, 2024

Conversation

Keno
Copy link
Member

@Keno Keno commented Nov 13, 2024

I'm cleaning up some downstream packages following the compiler split and these were commonly found in compat code. One is the Base.copy method for Phi(C)Node, which we had an implementation for, just not wired up to copy. The other is block_for_inst with an SSAValue, which exists for IncremetalCompact, but not IRCode, so add the latter for consistency.

I'm cleaning up some downstream packages following the compiler
split and these were commonly found in compat code. One is
the `Base.copy` method for Phi(C)Node, which we had an implementation
for, just not wired up to `copy`. The other is `block_for_inst`
with an SSAValue, which exists for IncremetalCompact, but not IRCode,
so add the latter for consistency.
@Keno Keno merged commit 9945df9 into master Nov 13, 2024
5 of 7 checks passed
@Keno Keno deleted the kf/compilermisc branch November 13, 2024 15:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants