Uh oh!
There was an error while loading. Please reload this page.
Use new dataflow framework for generators - #69295
Merged
bors merged 6 commits intoMar 1, 2020
Merged
Conversation
This comment has been minimized.
This comment has been minimized.
ecstatic-morseforce-pushed
the
unified-dataflow-generators
branch
from
February 24, 2020 19:21
2d2637a to
5b89e0aCompareecstatic-morse
commented
Feb 26, 2020
ContributorAuthor
Ping @tmandry |
This comment has been minimized.
This comment has been minimized.
This is more ergonomic than importing `dataflow::visit_results`
...to be consistent with the naming of other dataflow analyses.
ecstatic-morseforce-pushed
the
unified-dataflow-generators
branch
from
February 27, 2020 18:59
5b89e0a to
75d256fComparetmandry
approved these changes
Feb 29, 2020
Uh oh!
There was an error while loading. Please reload this page.
ecstatic-morse
commented
Feb 29, 2020
ContributorAuthor
@bors r=tmandry |
bors
commented
Feb 29, 2020
Collaborator
📌 Commit dd69017f3f9a0e8e76ac6cfbfe8029250bf87270 has been approved by |
This comment has been minimized.
This comment has been minimized.
Reverse post-order requires an allocation.
ecstatic-morseforce-pushed
the
unified-dataflow-generators
branch
from
February 29, 2020 05:29
dd69017 to
21cd1feCompareecstatic-morse
commented
Feb 29, 2020
ContributorAuthor
Ugh, that was a bit loose. @bors r=tmandry |
bors
commented
Feb 29, 2020
Collaborator
📌 Commit 21cd1fe has been approved by |
bors
commented
Mar 1, 2020
Collaborator
bors
commented
Mar 1, 2020
Collaborator
☀️ Test successful - checks-azure |
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 join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
#65672 introduced a new dataflow framework that can handle arbitrarily complex transfer functions as well as ones expressed as a series of gen/kill operations. This PR ports the analyses used to implement generators to the new framework so that we can remove the old one. See #68241 for a prior example of this. The new framework has some superficial API changes, but this shouldn't alter the generator passes in any way.
r? @tmandry