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

[RISC-V] GT_JMP implementation in codegen #85416

Merged
merged 1 commit into from
Apr 27, 2023

Conversation

alpencolt
Copy link

Added GT_JMP support to codegen. Based on ARM64 implemetation.
Part of #84834

cc @jakobbotsch @wscho77 @HJLeee @JongHeonChoi @t-mustafin @clamp03 @gbalykov

@ghost ghost added the community-contribution Indicates that the PR has been added by a community member label Apr 26, 2023
@dotnet-issue-labeler dotnet-issue-labeler bot added the area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI label Apr 26, 2023
@ghost
Copy link

ghost commented Apr 26, 2023

Tagging subscribers to this area: @JulieLeeMSFT, @jakobbotsch
See info in area-owners.md if you want to be subscribed.

Issue Details

Added GT_JMP support to codegen. Based on ARM64 implemetation.
Part of #84834

cc @jakobbotsch @wscho77 @HJLeee @JongHeonChoi @t-mustafin @clamp03 @gbalykov

Author: alpencolt
Assignees: -
Labels:

area-CodeGen-coreclr, community-contribution

Milestone: -

Added GT_JMP support to codegen. Based on ARM64 implemetation.
@jakobbotsch jakobbotsch merged commit 178322a into dotnet:main Apr 27, 2023
@ghost ghost locked as resolved and limited conversation to collaborators May 27, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
arch-riscv Related to the RISC-V architecture area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI community-contribution Indicates that the PR has been added by a community member
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants