Skip to content

Refactor extractBytes function to handle various input sizes correctly #32

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

Merged
merged 1 commit into from
Aug 14, 2024

Conversation

Pigrecos
Copy link
Contributor

This commit addresses an issue where the extractBytes function was incorrectly
handling conversions between different bit widths, particularly in the case
of 16-bit to 32-bit conversions. The previous implementation could lead to
invalid IR generation in certain scenarios, causing problems in subsequent
code generation and optimization steps.

Copy link
Owner

@NaC-L NaC-L left a comment

Choose a reason for hiding this comment

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

LGTM

@NaC-L NaC-L merged commit 324f392 into NaC-L:main Aug 14, 2024
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