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

Make optVNAssertionPropCurStmtVisitor post-order #78630

Merged
merged 1 commit into from
Nov 21, 2022

Conversation

EgorBo
Copy link
Member

@EgorBo EgorBo commented Nov 21, 2022

just to see what spmi thinks about it...

@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 Nov 21, 2022
@ghost ghost assigned EgorBo Nov 21, 2022
@ghost
Copy link

ghost commented Nov 21, 2022

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

Issue Details

just to see what jit-diffs/pintool think about it...

Author: EgorBo
Assignees: EgorBo
Labels:

area-CodeGen-coreclr

Milestone: -

@EgorBo EgorBo marked this pull request as ready for review November 21, 2022 15:28
@EgorBo
Copy link
Member Author

EgorBo commented Nov 21, 2022

@SingleAccretion's idea, I was 100% sure it would regress TP 🙂 but it improves it in fact. https://dev.azure.com/dnceng-public/public/_build/results?buildId=89456&view=results

Diffs in libraries collection are not too big that's why I didn't do this change in my previous PR (I though I would regress TP for a small diff).

@EgorBo
Copy link
Member Author

EgorBo commented Nov 21, 2022

@jakobbotsch @SingleAccretion PTAL

@SingleAccretion
Copy link
Contributor

If memory is not failing me, this should also fix #57033.

Copy link
Contributor

@SingleAccretion SingleAccretion left a comment

Choose a reason for hiding this comment

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

LGTM!

It is quite curious we see a TP increase. Would be interesting (but not necessarily worthwhile) to find out why that is.

@EgorBo
Copy link
Member Author

EgorBo commented Nov 21, 2022

If memory is not failing me, this should also fix #57033.

Yeah, it folds the whole thing to return 4 🙂 awesome, thanks!

@jakobbotsch
Copy link
Member

Seems like there's some more low hanging fruit here TP wise by using a GenTreeVisitor (not necessarily for this PR)

@EgorBo EgorBo merged commit 1ab2c4a into dotnet:main Nov 21, 2022
@EgorBo
Copy link
Member Author

EgorBo commented Nov 21, 2022

SPMI failure:

Failed to download unix-arm-3/1/superpmi_Linux_arm_3.log blob from results container: 

Presumably collection failed on that one yesterday and we need to kick it off again

@EgorBo EgorBo deleted the post-order-assertprop branch November 21, 2022 16:09
EgorBo added a commit to EgorBo/runtime-1 that referenced this pull request Nov 22, 2022
This was referenced Nov 22, 2022
@ghost ghost locked as resolved and limited conversation to collaborators Dec 21, 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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants