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

InlinedFrame should store PackedOperand not Operand. #1514

Merged
merged 1 commit into from
Dec 16, 2024

Conversation

ltratt
Copy link
Contributor

@ltratt ltratt commented Dec 16, 2024

This exposes (so far rare) additional opportunities for constants to be identified, so we have to remove the panic branch. I admit that I haven't been able to work out a small test for this, though it happens in the yklua test suite.

This exposes (so far rare) additional opportunities for constants to be
identified, so we have to remove the `panic` branch. I admit that I
haven't been able to work out a small test for this, though it happens
in the yklua test suite.
@vext01
Copy link
Contributor

vext01 commented Dec 16, 2024

I admit that I haven't been able to work out a small test for this, though it happens in the yklua test suite.

Maybe reduce to try to get clues as to what causes this?

@ltratt
Copy link
Contributor Author

ltratt commented Dec 16, 2024

I don't have a setup or time for doing so right now, but I wouldn't object to someone doing so.

@ptersilie ptersilie added this pull request to the merge queue Dec 16, 2024
Merged via the queue into ykjit:master with commit 8328954 Dec 16, 2024
2 checks passed
@ltratt ltratt deleted the operand_to_packedoperand branch December 16, 2024 15:58
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.

3 participants