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

Make IR comparable and legalize it. #4162

Merged
merged 6 commits into from
Aug 13, 2019

Commits on Jun 11, 2019

  1. Make IR comparable and legalize it.

    Adds:
    
     * Loose comparison for IR nodes and FunctionIR.
     * IR legalization call just prior to lowering.
     * Some simple differential diagnostics on the legalized IR.
    stuartarchibald committed Jun 11, 2019
    Configuration menu
    Copy the full SHA
    17b18f6 View commit details
    Browse the repository at this point in the history
  2. Fix tets

    stuartarchibald committed Jun 11, 2019
    Configuration menu
    Copy the full SHA
    5fe93ca View commit details
    Browse the repository at this point in the history
  3. Fix python 2

    stuartarchibald committed Jun 11, 2019
    Configuration menu
    Copy the full SHA
    363328e View commit details
    Browse the repository at this point in the history
  4. Python2 StringIO fix

    stuartarchibald committed Jun 11, 2019
    Configuration menu
    Copy the full SHA
    42425e2 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2019

  1. Configuration menu
    Copy the full SHA
    7329a16 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9e8e10d View commit details
    Browse the repository at this point in the history