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

Remove early skip of unused GV causing worklist ordering differences #6233

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

tex3d
Copy link
Contributor

@tex3d tex3d commented Jan 31, 2024

Early skip of unused GV caused worklist ordering differences, which could result in differently ordered allocas, which is causing optimization regressions in backend.

Reverting this part of prior change (f80b8d6) from PR #5259, since it was not required for the original purpose of removing dead GVs from the staticGVs set.

Unfortunately, it is proving prohibitively difficult to craft a minimal repro for a test case that demonstrates the difference.

Early skip of unused GV caused worklist ordering differences, which could result in differently ordered allocas, which is causing optimization regressions in backend.

Reverting this part of prior change (f80b8d6) from PR microsoft#5259,
since it was not required for the original purpose of removing dead GVs from the staticGVs set.

Unfortunately, it is proving prohibitively difficult to craft a minimal repro for a test case that demonstrates the difference.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: New
Development

Successfully merging this pull request may close these issues.

None yet

1 participant