Skip to content

Conversation

@EgorBo
Copy link
Member

@EgorBo EgorBo commented May 13, 2024

Fixes #102149
Fixes #43895

@ghost ghost added the area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI label May 13, 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.

@EgorBo EgorBo marked this pull request as ready for review May 14, 2024 10:36
@EgorBo
Copy link
Member Author

EgorBo commented May 14, 2024

/azp list

@azure-pipelines

This comment was marked as resolved.

@EgorBo
Copy link
Member Author

EgorBo commented May 14, 2024

/azp run runtime-coreclr outerloop, runtime-coreclr jitstress-isas-x86

@azure-pipelines
Copy link

Azure Pipelines successfully started running 2 pipeline(s).

@EgorBo EgorBo requested a review from tannergooding May 14, 2024 10:48
@EgorBo
Copy link
Member Author

EgorBo commented May 14, 2024

@tannergooding PTAL

Copy link
Member

@tannergooding tannergooding left a comment

Choose a reason for hiding this comment

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

Looks good/correct to me.

Really just a question on if doing this all in lowering vs deferring to a managed implementation that can be inlined is better.

@EgorBo EgorBo merged commit 9d0142f into dotnet:main May 15, 2024
@EgorBo EgorBo deleted the fix-long-to-double-cast branch May 15, 2024 10:41
@LoopedBard3
Copy link
Member

LoopedBard3 commented May 21, 2024

Potentially related regressions @EgorBo:
Linux x64: dotnet/perf-autofiling-issues#34561, dotnet/perf-autofiling-issues#34562
Windows x64: dotnet/perf-autofiling-issues#34583 (some such as PerfVector.SquareRoot)

Ruihan-Yin pushed a commit to Ruihan-Yin/runtime that referenced this pull request May 30, 2024
@github-actions github-actions bot locked and limited conversation to collaborators Jun 21, 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.

Bizarre decimal-to-double behavior difference on same machine, same code UInt64 to Double conversions are incorrect

4 participants