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

riscv64: Delete CSR Instructions #6267

Merged
merged 1 commit into from
Apr 23, 2023

Conversation

afonso360
Copy link
Contributor

@afonso360 afonso360 commented Apr 23, 2023

👋 Hey,

I noticed we have support for CSR instructions, but never end up using them. CSR's are Control and Status Registers, which are used to hold architectural state such as Floating point round modes and Vector type state, etc..

If we do end up needing this later, we can always revert / refer back to this commit.

@afonso360 afonso360 requested a review from a team as a code owner April 23, 2023 10:41
@afonso360 afonso360 requested review from cfallin and removed request for a team April 23, 2023 10:41
@github-actions github-actions bot added the cranelift Issues related to the Cranelift code generator label Apr 23, 2023
@cfallin cfallin added this pull request to the merge queue Apr 23, 2023
Merged via the queue into bytecodealliance:main with commit c14838d Apr 23, 2023
afonso360 added a commit to afonso360/wasmtime that referenced this pull request Apr 24, 2023
eduardomourar pushed a commit to eduardomourar/wasmtime that referenced this pull request Apr 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cranelift Issues related to the Cranelift code generator
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants