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

DO-NOT-MERGE: Lsra heuristic reordering #51626

Closed
wants to merge 8 commits into from

Commits on Apr 20, 2021

  1. RegisterSelection

    - Introduce register selection
    - Moved all the heuristics in seperate methods
    kunalspathak committed Apr 20, 2021
    Configuration menu
    Copy the full SHA
    10fd328 View commit details
    Browse the repository at this point in the history
  2. Lsra stats

    kunalspathak committed Apr 20, 2021
    Configuration menu
    Copy the full SHA
    4b203a9 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2021

  1. Configuration menu
    Copy the full SHA
    d710249 View commit details
    Browse the repository at this point in the history
  2. jit format

    kunalspathak committed Apr 21, 2021
    Configuration menu
    Copy the full SHA
    cf54583 View commit details
    Browse the repository at this point in the history
  3. fix build error

    kunalspathak committed Apr 21, 2021
    Configuration menu
    Copy the full SHA
    a81682b View commit details
    Browse the repository at this point in the history
  4. fix another build error

    kunalspathak committed Apr 21, 2021
    Configuration menu
    Copy the full SHA
    415afea View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2021

  1. Configuration menu
    Copy the full SHA
    34ccd68 View commit details
    Browse the repository at this point in the history
  2. Add ability in superpmi to print PerfScore

    - Gather `PerfScore` during compilation
    - Print it out at the end of superpmi.exe run
    - Let superpmi.py parse the numbers
    - At the end of superpmi.py, skip running asmdiff, and instead just print the perfscore diff.
    kunalspathak committed Apr 23, 2021
    Configuration menu
    Copy the full SHA
    b22062c View commit details
    Browse the repository at this point in the history