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] JIT: Recognize sbfiz/ubfiz idioms #61045

Merged
merged 14 commits into from
Nov 4, 2021
Merged

Commits on Oct 31, 2021

  1. Configuration menu
    Copy the full SHA
    4589e7c View commit details
    Browse the repository at this point in the history
  2. fix arm32 build

    EgorBo committed Oct 31, 2021
    Configuration menu
    Copy the full SHA
    d388304 View commit details
    Browse the repository at this point in the history
  3. Add additional asserts

    EgorBo committed Oct 31, 2021
    Configuration menu
    Copy the full SHA
    1763f12 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    42cc66f View commit details
    Browse the repository at this point in the history
  5. Clean up

    EgorBo committed Oct 31, 2021
    Configuration menu
    Copy the full SHA
    1ea0e81 View commit details
    Browse the repository at this point in the history
  6. Address feedback & add tests

    EgorBo committed Oct 31, 2021
    Configuration menu
    Copy the full SHA
    261108c View commit details
    Browse the repository at this point in the history
  7. Remove asserts

    EgorBo committed Oct 31, 2021
    Configuration menu
    Copy the full SHA
    5b0857e View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2021

  1. Clean up

    EgorBo committed Nov 1, 2021
    Configuration menu
    Copy the full SHA
    cd2d5a5 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2021

  1. Update lower.cpp

    EgorBo committed Nov 2, 2021
    Configuration menu
    Copy the full SHA
    1092c25 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    46807ce View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2021

  1. Configuration menu
    Copy the full SHA
    41a6d9d View commit details
    Browse the repository at this point in the history
  2. Introduce GT_BFIZ

    EgorBo committed Nov 3, 2021
    Configuration menu
    Copy the full SHA
    b06180f View commit details
    Browse the repository at this point in the history
  3. add assert

    EgorBo committed Nov 3, 2021
    Configuration menu
    Copy the full SHA
    544a794 View commit details
    Browse the repository at this point in the history
  4. Remove redundant checks

    EgorBo committed Nov 3, 2021
    Configuration menu
    Copy the full SHA
    5cdf240 View commit details
    Browse the repository at this point in the history