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

Hoist the invariants out of multi-level nested loops #68061

Merged
merged 25 commits into from
Jun 14, 2022

Commits on Jun 7, 2022

  1. first working version

    kunalspathak committed Jun 7, 2022
    Configuration menu
    Copy the full SHA
    38dbe8b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f7dddf1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f89e000 View commit details
    Browse the repository at this point in the history
  4. clean up

    kunalspathak committed Jun 7, 2022
    Configuration menu
    Copy the full SHA
    700592e View commit details
    Browse the repository at this point in the history
  5. wip

    kunalspathak committed Jun 7, 2022
    Configuration menu
    Copy the full SHA
    3c815e2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9c2a7c5 View commit details
    Browse the repository at this point in the history
  7. revert lsra changes

    kunalspathak committed Jun 7, 2022
    Configuration menu
    Copy the full SHA
    a585bc2 View commit details
    Browse the repository at this point in the history
  8. Update hoisting condition

    - Only update if node to be hoisted has side-effects and the sibling that is before that throws exception
    kunalspathak committed Jun 7, 2022
    Configuration menu
    Copy the full SHA
    27ef4cf View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    5a51ee4 View commit details
    Browse the repository at this point in the history
  10. organize preheaders

    kunalspathak committed Jun 7, 2022
    Configuration menu
    Copy the full SHA
    65cea97 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    5e4c323 View commit details
    Browse the repository at this point in the history
  12. Reverse the loop order

    kunalspathak committed Jun 7, 2022
    Configuration menu
    Copy the full SHA
    3afcfb5 View commit details
    Browse the repository at this point in the history
  13. cleanup and jit-format

    kunalspathak committed Jun 7, 2022
    Configuration menu
    Copy the full SHA
    a2d9302 View commit details
    Browse the repository at this point in the history
  14. Revert "Minor fix to display IG01 weight correctly"

    This reverts commit 757120e863b2da188db2593da1b7142fd1ecf191.
    kunalspathak committed Jun 7, 2022
    Configuration menu
    Copy the full SHA
    63c05e3 View commit details
    Browse the repository at this point in the history
  15. simplify code

    kunalspathak committed Jun 7, 2022
    Configuration menu
    Copy the full SHA
    11925c6 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    ee1ed34 View commit details
    Browse the repository at this point in the history
  17. Add back ResetHoistedInCurLoop

    Fix igWeight
    kunalspathak committed Jun 7, 2022
    Configuration menu
    Copy the full SHA
    c66bb7d View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2022

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

Commits on Jun 10, 2022

  1. jit format

    kunalspathak committed Jun 10, 2022
    Configuration menu
    Copy the full SHA
    523bdcd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    544ee16 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2022

  1. review feedback

    kunalspathak committed Jun 11, 2022
    Configuration menu
    Copy the full SHA
    7652460 View commit details
    Browse the repository at this point in the history
  2. fix the superpmi script

    kunalspathak committed Jun 11, 2022
    Configuration menu
    Copy the full SHA
    a4c8378 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2022

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

Commits on Jun 13, 2022

  1. Rename method

    kunalspathak committed Jun 13, 2022
    Configuration menu
    Copy the full SHA
    3c5f3b4 View commit details
    Browse the repository at this point in the history
  2. Add a comment

    kunalspathak committed Jun 13, 2022
    Configuration menu
    Copy the full SHA
    7b0287d View commit details
    Browse the repository at this point in the history