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

Fix constant optimization and fused instruction #233

Merged
merged 1 commit into from
Sep 26, 2023

Conversation

qwe661234
Copy link
Collaborator

  1. Fix tailcall updating in fused instructions
  2. Fix errors in constant optimization

Close: #228

@jserv jserv requested a review from RinHizakura September 26, 2023 09:07
src/emulate.c Outdated Show resolved Hide resolved
@qwe661234 qwe661234 requested a review from jserv September 26, 2023 13:26
src/emulate.c Outdated Show resolved Hide resolved
src/rv32_constopt.c Outdated Show resolved Hide resolved
src/rv32_constopt.c Outdated Show resolved Hide resolved
@RinHizakura
Copy link
Collaborator

Since it now looks great on the architectural test, I am fine with the change now. Thanks!

1. Fix tailcall updating in fused instructions
2. Fix errors in constant optimization

Close: sysprog21#228
@jserv jserv merged commit 806fc6e into sysprog21:master Sep 26, 2023
14 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.

Attempt to add new fusion instruction leads to error
3 participants