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

Fixed a tracing bug with operands less than 32-bit #59

Merged
merged 2 commits into from
Oct 8, 2024

Conversation

keyseven123
Copy link
Contributor

Fixed a bug during tracing of arithmetical operators containing operands with less than 32-bit. They were traced with there respective bit size and also the resulting val<> was of the respective bit size, but they were traced as 32-bit.

@keyseven123 keyseven123 self-assigned this Oct 8, 2024
@keyseven123 keyseven123 force-pushed the tracing_sub_int8_int8 branch 2 times, most recently from 305705a to 6bd4061 Compare October 8, 2024 07:08
@PhilippGrulich PhilippGrulich force-pushed the tracing_sub_int8_int8 branch 2 times, most recently from eedf937 to 2e12ea7 Compare October 8, 2024 11:27
keyseven123 and others added 2 commits October 8, 2024 13:34
Fixed a bug during tracing of arithmetical operators containing operands with less than 32-bit. They were traced with there respective bit size and also the resulting val<> was of the respective bit size, but they were traced as 32-bit.
We changed the `#define COMMON_RETURN_TYPE` to use the actual bit size.

Signed-off-by: Nils Schubert <[email protected]>
@PhilippGrulich PhilippGrulich merged commit 5faf0bc into main Oct 8, 2024
12 checks passed
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