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

[WIP] Various bugs in passes #6906

Closed
wants to merge 7 commits into from

Commits on Nov 12, 2020

  1. add a regression test for fusing dynamic take

    Matthew Brookhart committed Nov 12, 2020
    Configuration menu
    Copy the full SHA
    5489397 View commit details
    Browse the repository at this point in the history
  2. disable fusion for take to pass dynamic test

    Matthew Brookhart committed Nov 12, 2020
    Configuration menu
    Copy the full SHA
    7f0d780 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ae0bc8c View commit details
    Browse the repository at this point in the history
  4. fix const int bound regression test

    Matthew Brookhart committed Nov 12, 2020
    Configuration menu
    Copy the full SHA
    f270770 View commit details
    Browse the repository at this point in the history
  5. add a tests for fold_scale_axis with a let

    Matthew Brookhart committed Nov 12, 2020
    Configuration menu
    Copy the full SHA
    b7fd002 View commit details
    Browse the repository at this point in the history
  6. prevent fold_scale_axis from folding across let

    Matthew Brookhart committed Nov 12, 2020
    Configuration menu
    Copy the full SHA
    09816fc View commit details
    Browse the repository at this point in the history
  7. fix tests

    Matthew Brookhart committed Nov 12, 2020
    Configuration menu
    Copy the full SHA
    1f9d81f View commit details
    Browse the repository at this point in the history