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

Arm64: Add If conversion pass #73472

Merged
merged 41 commits into from
Nov 1, 2022

Commits on Sep 2, 2022

  1. Arm64: Add If conversion pass

    a74nh committed Sep 2, 2022
    Configuration menu
    Copy the full SHA
    ea2f3d5 View commit details
    Browse the repository at this point in the history
  2. Minor review fixups

    a74nh committed Sep 2, 2022
    Configuration menu
    Copy the full SHA
    8ee167f View commit details
    Browse the repository at this point in the history
  3. Return a PhaseStatus

    a74nh committed Sep 2, 2022
    Configuration menu
    Copy the full SHA
    039de48 View commit details
    Browse the repository at this point in the history
  4. Fix formatting

    a74nh committed Sep 2, 2022
    Configuration menu
    Copy the full SHA
    ddfad68 View commit details
    Browse the repository at this point in the history
  5. Check for side effects on NOPs

    a74nh committed Sep 2, 2022
    Configuration menu
    Copy the full SHA
    41c3a9e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4c93a4c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    891510d View commit details
    Browse the repository at this point in the history
  8. Update middleBlock flow

    a74nh committed Sep 2, 2022
    Configuration menu
    Copy the full SHA
    c1281b5 View commit details
    Browse the repository at this point in the history
  9. Check for order side effects

    a74nh committed Sep 2, 2022
    Configuration menu
    Copy the full SHA
    b900344 View commit details
    Browse the repository at this point in the history
  10. Remove COLON_COND check

    a74nh committed Sep 2, 2022
    Configuration menu
    Copy the full SHA
    a3e89b9 View commit details
    Browse the repository at this point in the history
  11. Remove flag toggling

    a74nh committed Sep 2, 2022
    Configuration menu
    Copy the full SHA
    441a60c View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    962c83b View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2022

  1. Fix formatting

    a74nh committed Sep 6, 2022
    Configuration menu
    Copy the full SHA
    90bff39 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2022

  1. Configuration menu
    Copy the full SHA
    36cf21d View commit details
    Browse the repository at this point in the history
  2. Fix formatting

    a74nh committed Sep 7, 2022
    Configuration menu
    Copy the full SHA
    127f9a6 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2022

  1. Configuration menu
    Copy the full SHA
    d1f0862 View commit details
    Browse the repository at this point in the history
  2. Add size costing check

    a74nh committed Sep 15, 2022
    Configuration menu
    Copy the full SHA
    852a5af View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2022

  1. Only move middle block ssa defs

    a74nh committed Sep 16, 2022
    Configuration menu
    Copy the full SHA
    6690566 View commit details
    Browse the repository at this point in the history
  2. Fix formatting

    a74nh committed Sep 16, 2022
    Configuration menu
    Copy the full SHA
    58372e2 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2022

  1. Fewer SSA assumptions

    a74nh committed Sep 20, 2022
    Configuration menu
    Copy the full SHA
    10a8f1f View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2022

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

Commits on Oct 6, 2022

  1. Configuration menu
    Copy the full SHA
    3f60851 View commit details
    Browse the repository at this point in the history
  2. Cost based on speed

    a74nh committed Oct 6, 2022
    Configuration menu
    Copy the full SHA
    0f054fe View commit details
    Browse the repository at this point in the history
  3. Merge branch 'main'

    a74nh committed Oct 6, 2022
    Configuration menu
    Copy the full SHA
    6f0abdf View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2022

  1. Configuration menu
    Copy the full SHA
    393fd39 View commit details
    Browse the repository at this point in the history
  2. Rework costings

    a74nh committed Oct 7, 2022
    Configuration menu
    Copy the full SHA
    09d62fe View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2022

  1. Check for invalid VNs

    a74nh committed Oct 10, 2022
    Configuration menu
    Copy the full SHA
    73007b2 View commit details
    Browse the repository at this point in the history
  2. Ignore compares against zero

    a74nh committed Oct 10, 2022
    Configuration menu
    Copy the full SHA
    61af92d View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2022

  1. Configuration menu
    Copy the full SHA
    4fdabea View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    be60d30 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2022

  1. Configuration menu
    Copy the full SHA
    806e061 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a508e85 View commit details
    Browse the repository at this point in the history
  3. Fix formatting

    a74nh committed Oct 13, 2022
    Configuration menu
    Copy the full SHA
    ac2568f View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2022

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

Commits on Oct 17, 2022

  1. Merge main

    a74nh committed Oct 17, 2022
    Configuration menu
    Copy the full SHA
    ed06f67 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2022

  1. Configuration menu
    Copy the full SHA
    935716c View commit details
    Browse the repository at this point in the history
  2. Merge main

    a74nh committed Oct 20, 2022
    Configuration menu
    Copy the full SHA
    12bfe0a View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2022

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

Commits on Oct 28, 2022

  1. Configuration menu
    Copy the full SHA
    b2772ff View commit details
    Browse the repository at this point in the history
  2. Revert SPMI changes

    jakobbotsch committed Oct 28, 2022
    Configuration menu
    Copy the full SHA
    4281fc0 View commit details
    Browse the repository at this point in the history