Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clean up in LowerStoreIndirCoalescing #101665

Merged
merged 3 commits into from May 1, 2024
Merged

Conversation

EgorBo
Copy link
Member

@EgorBo EgorBo commented Apr 28, 2024

No description provided.

@dotnet-issue-labeler dotnet-issue-labeler bot added the area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI label Apr 28, 2024
Copy link
Contributor

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

@EgorBo
Copy link
Member Author

EgorBo commented Apr 29, 2024

PTAL @jakobbotsch cc @dotnet/jit-contrib
A small clean up to allow more foldings I plan to try to land (e.g. load/copy merging, store-load).
As a bonus, it now allows to fold STOREIND_BLK, e.g.

*dst = default(Guid);
*dst = default(Guid);

hence, a few new diffs.

@EgorBo EgorBo marked this pull request as ready for review April 29, 2024 16:43
@EgorBo EgorBo requested a review from jakobbotsch April 30, 2024 18:16
@EgorBo EgorBo merged commit a177fbd into dotnet:main May 1, 2024
103 of 107 checks passed
@EgorBo EgorBo deleted the cleanup-store-merging branch May 1, 2024 12:49
michaelgsharp pushed a commit to michaelgsharp/runtime that referenced this pull request May 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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.

None yet

2 participants