Skip to content

C#: Fix flow steps into phi/uncertain def nodes #10933

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

Merged
merged 2 commits into from
Nov 4, 2022

Conversation

hvitved
Copy link
Contributor

@hvitved hvitved commented Oct 21, 2022

  • Add missing flow from post-update nodes into phi nodes.
  • Prevent flow from reads into phi nodes when use-use flow is prohibited.

@github-actions github-actions bot added the C# label Oct 21, 2022
@hvitved hvitved force-pushed the csharp/fix-flow-into-phis branch from 45edb12 to 543e4ad Compare October 21, 2022 14:32
@hvitved hvitved changed the title C#: Fix flow steps into phi nodes C#: Fix flow steps into phi/uncertain def nodes Oct 21, 2022
@hvitved hvitved added the no-change-note-required This PR does not need a change note label Oct 22, 2022
@hvitved hvitved marked this pull request as ready for review October 22, 2022 05:40
@hvitved hvitved requested a review from a team as a code owner October 22, 2022 05:40
- Add missing flow from post-update nodes into phi nodes.
- Prevent flow from reads into phi nodes when use-use flow is prohibited.
@hvitved hvitved force-pushed the csharp/fix-flow-into-phis branch from 543e4ad to fa762d9 Compare November 2, 2022 09:22
Copy link
Contributor

@michaelnebel michaelnebel left a comment

Choose a reason for hiding this comment

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

Looks plausible to me!

@hvitved hvitved merged commit 2f8dcdd into github:main Nov 4, 2022
@hvitved hvitved deleted the csharp/fix-flow-into-phis branch November 4, 2022 09:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C# no-change-note-required This PR does not need a change note
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants