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

Move the EvalConstantInst overloads out of eval.cpp into their own file. #5040

Merged
merged 4 commits into from
Feb 28, 2025

Conversation

zygoloid
Copy link
Contributor

For now they're all in the same file; we might consider splitting them further if that file gets too large.

instruction has a different phase from the arguments to the evaluation.

This allows us to move AsCompatible handling out to eval_inst.cpp.
@zygoloid
Copy link
Contributor Author

Note to reviewer: I've structured the commits here to try to make this easier to review, so it might be easier to review this commit-by-commit. The first two commits only move code and don't change anything else.

@dwblaikie dwblaikie enabled auto-merge February 28, 2025 00:17
@dwblaikie dwblaikie added this pull request to the merge queue Feb 28, 2025
Merged via the queue into carbon-language:trunk with commit f30fa2d Feb 28, 2025
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants