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

Experiment[Draft]- please do not review #99143

Conversation

DeepakRajendrakumaran
Copy link
Contributor

Testing out some conversion changes with #98858

@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 Mar 1, 2024
@ghost
Copy link

ghost commented Mar 1, 2024

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

Issue Details

Testing out some conversion changes with #98858

Author: DeepakRajendrakumaran
Assignees: -
Labels:

area-CodeGen-coreclr

Milestone: -

else if (srcType == TYP_DOUBLE && dstType == TYP_UINT)
{
/*oper = gtNewCastNode(TYP_LONG, oper, false, TYP_LONG);
tree = gtNewCastNode(TYP_INT, oper, false, TYP_UINT);
Copy link
Contributor

Choose a reason for hiding this comment

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

Why not invoke the helper directly? afaik, it takes care of the return type...

MichalPetryka and others added 7 commits March 6, 2024 10:44
# Conflicts:
#	src/coreclr/inc/jithelpers.h
#	src/coreclr/jit/morph.cpp
#	src/coreclr/jit/utils.cpp
#	src/coreclr/jit/valuenum.cpp
#	src/coreclr/nativeaot/Runtime/MathHelpers.cpp
#	src/coreclr/vm/jithelpers.cpp
@@ -1735,10 +1738,13 @@ private static double DoubleReminder(double dividend, double divisor)
return FMod(dividend, divisor);
}

[StackTraceHidden]
Copy link
Contributor

Choose a reason for hiding this comment

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

Why do we want to hide the stack trace?

@github-actions github-actions bot locked and limited conversation to collaborators Apr 26, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants