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

Create test for simplification of SLICE(Mem0[id + 1<32>:word64], word32, 8) #1316

Merged
merged 1 commit into from
Jan 15, 2024

Conversation

ptomin
Copy link
Collaborator

@ptomin ptomin commented Jan 15, 2024

  • Create test for simplification of SLICE(Mem0[id + 1<32>:word64], word32, 8)

Expected: Mem0[id_3 + 2<32>:word32]
But was: Mem0[id_3 + 0x00000002<p32>:word32]

…32, 8)

Expected: "Mem0[id_3 + 2<32>:word32]"
But was:  "Mem0[id_3 + 0x00000002<p32>:word32]"
@ptomin ptomin self-assigned this Jan 15, 2024
@ptomin ptomin added the bug This issue describes a defect in Reko label Jan 15, 2024
@uxmal uxmal merged commit 331c6ba into uxmal:master Jan 15, 2024
1 of 8 checks passed
@uxmal
Copy link
Owner

uxmal commented Jan 15, 2024

Fixed. Thanks for providing the unit test.

@ptomin ptomin deleted the fix-slice-mem-rule branch January 16, 2024 04:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug This issue describes a defect in Reko
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants