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

[mlir] [dataflow] Refactoring the definition of program points in dat… #105656

Merged
merged 3 commits into from
Aug 25, 2024

Commits on Aug 22, 2024

  1. [mlir] [dataflow] Refactoring the definition of program points in dat…

    …a flow analysis
    
    This path distinguishes between program points and lattice anchors in data flow
    analysis, where lattice anchors represent locations where a lattice can be
    attached, while program points denote points in program execution.
    
    Related discussions: https://discourse.llvm.org/t/rfc-unify-the-semantics-of-program-points/80671/8
    cxy-1993 committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    814478c View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2024

  1. Configuration menu
    Copy the full SHA
    c7f9737 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2024

  1. fix(*): fix errors in code

    cxy-1993 committed Aug 24, 2024
    Configuration menu
    Copy the full SHA
    ab18de8 View commit details
    Browse the repository at this point in the history