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

Mem extension (part 1) #1166

Merged
merged 24 commits into from Mar 22, 2022
Merged

Mem extension (part 1) #1166

merged 24 commits into from Mar 22, 2022

Conversation

JasonGross
Copy link
Collaborator

This is the part of #1134 that (hopefully) passes CI. I will merge it once the CI passes, and we can continue development on #1134.

dderjoel and others added 24 commits March 21, 2022 23:36
[reg] (for mov reg, [rsp])
[reg +/- z ] (for mov reg, [rsp +- 0x8], spills to memory)
[reg + reg] (for lea reg, [reg + reg], to calculate *2)
[z * reg] (for lea reg, [2/4/8 * reg], to calculate *2, *4, *8)
[reg + z * reg] (for lea reg, [reg + 2*reg] to calculat
Co-authored-by: Jason Gross <jasongross9@gmail.com>
Co-authored-by: Jason Gross <jasongross9@gmail.com>
`parse_Z_arith_strict` permits whitespace both before and after, so we
were overlapping whitespace patterns.
Co-authored-by: Jason Gross <jasongross9@gmail.com>
Roughly the issue is that app_consts leaves over spurious x * 1 that
don't get removed by subsequent passes.  c.f.
mit-plv#1134 (comment)
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.

None yet

2 participants