Skip to content

Conversation

@SingleAccretion
Copy link
Contributor

@SingleAccretion SingleAccretion commented Jun 5, 2022

Fixes #70124.
Fixes #70260.

No diffs as expected.

@ghost ghost added area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI community-contribution Indicates that the PR has been added by a community member labels Jun 5, 2022
@ghost
Copy link

ghost commented Jun 5, 2022

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

Issue Details

Fixes #70124.
Fixes #70260.

Author: SingleAccretion
Assignees: -
Labels:

area-CodeGen-coreclr

Milestone: -

It is not necessary: the only case where it is required, SIMD8 to
LONG bitcasts on Windows x64, is already handled by lowering.

It is dangerous: in case we CSE the retyped tree, its other uses
will be (effectively) retyped as well.
@SingleAccretion
Copy link
Contributor Author

@dotnet/jit-contrib We need a libraries stress run for this change.

@BruceForstall
Copy link
Contributor

/azp run runtime-coreclr jitstress, runtime-coreclr libraries-jitstress

@azure-pipelines
Copy link

Azure Pipelines successfully started running 2 pipeline(s).

@SingleAccretion SingleAccretion marked this pull request as ready for review June 6, 2022 09:06
@SingleAccretion
Copy link
Contributor Author

@JulieLeeMSFT JulieLeeMSFT added this to the 7.0.0 milestone Jun 6, 2022
@BruceForstall BruceForstall merged commit 09b2da8 into dotnet:main Jun 7, 2022
@SingleAccretion SingleAccretion mentioned this pull request Jun 7, 2022
@SingleAccretion SingleAccretion deleted the No-Simd-Retyping branch June 7, 2022 08:56
@ghost ghost locked as resolved and limited conversation to collaborators Jul 7, 2022
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 community-contribution Indicates that the PR has been added by a community member

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Assertion failed 'varTypeIsSIMD(type)' Test failure System.Numerics.Tests.Matrix3x2Tests.Matrix3x2CreateRotationCenterTest

3 participants