Skip to content

Conversation

@SingleAccretion
Copy link
Contributor

Both not needed anymore.

@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 May 5, 2023
@ghost
Copy link

ghost commented May 5, 2023

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

Issue Details

Both not needed anymore.

Author: SingleAccretion
Assignees: -
Labels:

area-CodeGen-coreclr

Milestone: -

Comment on lines -10580 to +10575
Copy link
Contributor Author

@SingleAccretion SingleAccretion May 5, 2023

Choose a reason for hiding this comment

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

volatile. is not allowed for cpobj per the specification, and we would BADCODE in impValidateMemoryAccessOpcode if we did encounter it.

@SingleAccretion SingleAccretion force-pushed the No-gtNewBlkOpNode-Upstream branch from ab6d821 to 54f531e Compare May 5, 2023 23:42
Note: neither "initobj" nor "cpobj" can be preceded by "volatile.".

Delete the self-assignment handling

Block morphing will fold it to a NOP anyway.

I do not see the referenced liveness bug still being present.
It seems to have been a remnant of COPYBLK/COPYOBJ days.

Move the SIMD logic to gtNewAssignNode

Delete "gtNewBlkOpNode"
@SingleAccretion SingleAccretion force-pushed the No-gtNewBlkOpNode-Upstream branch from 4f37363 to 589aa2c Compare May 6, 2023 16:17
@SingleAccretion SingleAccretion marked this pull request as ready for review May 7, 2023 15:20
@SingleAccretion
Copy link
Contributor Author

Diffs - one case on x86 where a SIMD local is no longer promoted.

@dotnet/jit-contrib

@jakobbotsch jakobbotsch merged commit b212d5c into dotnet:main May 9, 2023
@SingleAccretion SingleAccretion deleted the No-gtNewBlkOpNode-Upstream branch May 11, 2023 15:52
@ghost ghost locked as resolved and limited conversation to collaborators Jun 10, 2023
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.

4 participants