Skip to content

Conversation

@tannergooding
Copy link
Member

This resolves #105627

@ghost ghost added the area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI label Jul 29, 2024
@dotnet-policy-service
Copy link
Contributor

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

}

template <typename TBase>
TBase EvaluateUnaryScalar(genTreeOps oper, TBase arg0)
Copy link
Member

@EgorBo EgorBo Jul 29, 2024

Choose a reason for hiding this comment

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

nit: is EvaluateUnaryScalar method needed then? callers can call EvaluateUnaryScalarSpecialized directly

Copy link
Member Author

Choose a reason for hiding this comment

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

It might not be needed, but it's consistent with the setup of other APIs.

If we were to change this, I'd probably make it EvaluateUnaryScalar and just specialize that directly instead. That way there isn't two differently named entry points for Unary vs Binary vs ...

@LoopedBard3
Copy link
Member

FYI @tannergooding about this regression: #106144 (also mentioned above)

@github-actions github-actions bot locked and limited conversation to collaborators Sep 8, 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.

JIT: Wrong constant folding with -0.0f/-0.0d

3 participants