Skip to content

Conversation

@DeepakRajendrakumaran
Copy link
Contributor

Testing out some conversion changes with #98858

@ghost ghost 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
Member

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
return FMod(dividend, divisor);
}

[StackTraceHidden]
Copy link
Member

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