Uh oh!
There was an error while loading. Please reload this page.
Move the [With|Get]Element(SIMD) folding to local morph - #76491
Merged
Conversation
ghost
commented
Oct 1, 2022
Tagging subscribers to this area: @JulieLeeMSFT, @jakobbotsch Issue DetailsThis transformation is not really profitable when not optimizing. Note: currently this will produce some regressions, it needs the continuation of #76155.
|
SingleAccretionforce-pushed
the
No-HWI-Get-IN-MinOpts
branch
from
October 3, 2022 15:48
f298b4f to
843e31fCompareLCL_FLDLCL_FLDLCL_FLDghost
commented
Nov 5, 2022
Draft Pull Request was automatically closed for 30 days of inactivity. Please let us know if you'd like to reopen it. |
LCL_FLD[With|Get]Element(SIMD) folding to local morphSingleAccretionforce-pushed
the
No-HWI-Get-IN-MinOpts
branch
from
November 6, 2022 23:04
843e31f to
477ef02Compare
Closed
SingleAccretionforce-pushed
the
No-HWI-Get-IN-MinOpts
branch
from
November 6, 2022 23:44
477ef02 to
ff2849fCompareSingleAccretion
marked this pull request as ready for review
November 8, 2022 00:39
SingleAccretion
commented
Nov 8, 2022
ContributorAuthor
@dotnet/jit-contrib |
tannergooding
approved these changes
Nov 8, 2022
BruceForstall
commented
Nov 12, 2022
Contributor
@SingleAccretion Needs conflict resolution |
SingleAccretion
commented
Nov 12, 2022
ContributorAuthor
Done. |
Uh oh!
There was an error while loading. Please reload this page.
jakobbotsch
approved these changes
Nov 24, 2022
ContributorAuthor
|
jakobbotsch
commented
Nov 25, 2022
Member
Thank you! Sorry for the slowness. |
SingleAccretion added a commit
to SingleAccretion/runtime
that referenced
this pull request
Dec 1, 2022
…tnet#76491)" This reverts commit d4b387a.
SingleAccretion added a commit
to SingleAccretion/runtime
that referenced
this pull request
Dec 1, 2022
…orph (dotnet#76491)"" This reverts commit 9579b35.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This moves the special machinery for morphing local indirs off of SIMDs to local morph, deleting one of the last two cases where
SelectLocalIndirTransformwill returnIndirTransform::None(we're getting close!).Diffs - improvements; all regressions I checked were due to copy propagation making something worse downstream or us allocating callee saves to enregister a-now-DNER-less local.
(This includes the x86 regressions too, of which most are PerfScore improvements)
There is also a nice TP win.