-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Conversation
Tagging subscribers to this area: @JulieLeeMSFT, @jakobbotsch, @kunalspathak Issue Detailscc @jakobbotsch @gbalykov @clamp03 @alpencolt
|
You need to run jit-format. https://github.com/dotnet/jitutils/blob/main/doc/formatting.md |
9823576
to
ea1d15f
Compare
/azp run runtime-coreclr superpmi-diffs, runtime-coreclr superpmi-replay |
Azure Pipelines successfully started running 2 pipeline(s). |
The failure is stale, the job was renamed in #80718 |
There was a problem hiding this 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 |
There was a problem hiding this comment.
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
There was a problem hiding this comment.
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.
cc @jakobbotsch @gbalykov @clamp03 @alpencolt