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

[Relay][Passes] Iterative A-normal Traversals #7374

Merged
merged 5 commits into from
Feb 2, 2021

Commits on Jan 29, 2021

  1. [WIP][Relay][Passes] non-recursive a-normal traversals

    mbrookhart committed Jan 29, 2021
    Configuration menu
    Copy the full SHA
    9ceb036 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2021

  1. fix clang warning

    mbrookhart committed Jan 30, 2021
    Configuration menu
    Copy the full SHA
    29e8605 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2021

  1. Refactor ANormal Iterative traversal into a higher order function uti…

    …lity with lambdas
    mbrookhart committed Feb 1, 2021
    Configuration menu
    Copy the full SHA
    a2ce628 View commit details
    Browse the repository at this point in the history
  2. refactor missed pass

    mbrookhart committed Feb 1, 2021
    Configuration menu
    Copy the full SHA
    a10993c View commit details
    Browse the repository at this point in the history
  3. add explict use of to lamdbas

    mbrookhart committed Feb 1, 2021
    Configuration menu
    Copy the full SHA
    15cb245 View commit details
    Browse the repository at this point in the history