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][JIT] Fix assert on passing double in struct #84584

Merged
merged 1 commit into from
Apr 12, 2023

Conversation

t-mustafin
Copy link
Contributor

@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 10, 2023
@ghost ghost added the community-contribution Indicates that the PR has been added by a community member label Apr 10, 2023
@ghost
Copy link

ghost commented Apr 10, 2023

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

Issue Details

cc @jakobbotsch @gbalykov @clamp03 @alpencolt

Author: t-mustafin
Assignees: -
Labels:

area-CodeGen-coreclr

Milestone: -

@clamp03
Copy link
Member

clamp03 commented Apr 11, 2023

You need to run jit-format. https://github.com/dotnet/jitutils/blob/main/doc/formatting.md

@t-mustafin t-mustafin force-pushed the riscv_double_in_struct branch from 9823576 to ea1d15f Compare April 11, 2023 11:47
@jakobbotsch
Copy link
Member

/azp run runtime-coreclr superpmi-diffs, runtime-coreclr superpmi-replay

@azure-pipelines
Copy link

Azure Pipelines successfully started running 2 pipeline(s).

@jakobbotsch
Copy link
Member

The failure is stale, the job was renamed in #80718

@jakobbotsch jakobbotsch merged commit 337aa2e into dotnet:main Apr 12, 2023
Copy link
Member

@gbalykov gbalykov left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@@ -961,19 +961,23 @@ void CodeGen::psiBegProlog()
else
{
regType = compiler->mangleVarArgsType(lclVarDsc->TypeGet());
#ifdef TARGET_LOONGARCH
Copy link
Contributor

@shushanhf shushanhf Apr 21, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@t-mustafin
Please don't destroy the LoongArch64's code.

I revert it by #85151

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@shushanhf My mistake, sorry for that.

@am11 am11 added the arch-riscv Related to the RISC-V architecture label May 13, 2023
@t-mustafin t-mustafin deleted the riscv_double_in_struct branch May 31, 2023 20:18
@ghost ghost locked as resolved and limited conversation to collaborators Jul 1, 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.

6 participants