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] Increase instruction group size #88468

Merged
merged 1 commit into from
Jul 6, 2023

Conversation

alpencolt
Copy link

Similar to ARM default IG size is not enough for prolog generation.
Fixes:

JIT/jit64/hfa/main/testG/hfa_nd2G_d/hfa_nd2G_d.sh
JIT/jit64/hfa/main/testG/hfa_nd2G_r/hfa_nd2G_r.sh
JIT/jit64/hfa/main/testG/hfa_sd2G_d/hfa_sd2G_d.sh
JIT/jit64/hfa/main/testG/hfa_sd2G_r/hfa_sd2G_r.sh

Part of #84834

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

@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 Jul 6, 2023
@ghost ghost added the community-contribution Indicates that the PR has been added by a community member label Jul 6, 2023
@clamp03 clamp03 added the arch-riscv Related to the RISC-V architecture label Jul 6, 2023
@clamp03
Copy link
Member

clamp03 commented Jul 6, 2023

Please add TARGET_RISCV64 to #endif // !(TARGET_ARMARCH || TARGET_LOONGARCH64) in line# 2390.

Similar to ARM default IG size is not enough for prolog generation.
@alpencolt
Copy link
Author

Please add TARGET_RISCV64 to #endif // !(TARGET_ARMARCH || TARGET_LOONGARCH64) in line# 2390.

Thanks! done

@jakobbotsch jakobbotsch merged commit d6d383e into dotnet:main Jul 6, 2023
@ghost ghost locked as resolved and limited conversation to collaborators Aug 5, 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.

5 participants