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

IR: Converts base IR operations to store OpSize sizes #4147

Merged
merged 1 commit into from
Oct 29, 2024

Conversation

Sonicadvance1
Copy link
Member

NFC

Finally converts the IR operations themselves to store the OpSize for the IR operation size and element sizes.

This also finally, FINALLY, converts that remaining _Constant helper to stop using a size field that is specified in bits rather than bytes like all the other IR op handlers. That thing was so confusing and now it's gone.

NFC

Finally converts the IR operations themselves to store the OpSize for
the IR operation size and element sizes.

This also finally, FINALLY, converts that remaining `_Constant` helper
to stop using a size field that is specified in bits rather than bytes
like all the other IR op handlers. That thing was so confusing and now
it's gone.
@Sonicadvance1 Sonicadvance1 force-pushed the iropsize_convert_irops branch from 3434b57 to 82f936c Compare October 29, 2024 04:27
@lioncash lioncash merged commit 5c6de4e into FEX-Emu:main Oct 29, 2024
12 checks passed
@Sonicadvance1 Sonicadvance1 deleted the iropsize_convert_irops branch October 29, 2024 16:13
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