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

[mypyc] Optimize away some bool/bit registers #17022

Merged
merged 11 commits into from
Mar 14, 2024
Merged

Commits on Mar 9, 2024

  1. Tweaks to IRTransform

    JukkaL committed Mar 9, 2024
    Configuration menu
    Copy the full SHA
    dfae3be View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4e21d77 View commit details
    Browse the repository at this point in the history
  3. Add test cases

    JukkaL committed Mar 9, 2024
    Configuration menu
    Copy the full SHA
    64d84fd View commit details
    Browse the repository at this point in the history
  4. Enable optimization

    JukkaL committed Mar 9, 2024
    Configuration menu
    Copy the full SHA
    9afd43e View commit details
    Browse the repository at this point in the history
  5. Add test cases

    JukkaL committed Mar 9, 2024
    Configuration menu
    Copy the full SHA
    a2a593b View commit details
    Browse the repository at this point in the history
  6. Rename test runner

    JukkaL committed Mar 9, 2024
    Configuration menu
    Copy the full SHA
    cd46e0a View commit details
    Browse the repository at this point in the history
  7. Refactor test runner

    JukkaL committed Mar 9, 2024
    Configuration menu
    Copy the full SHA
    0981b1e View commit details
    Browse the repository at this point in the history
  8. Test case tweaks

    JukkaL committed Mar 9, 2024
    Configuration menu
    Copy the full SHA
    1759a23 View commit details
    Browse the repository at this point in the history
  9. Refactor

    JukkaL committed Mar 9, 2024
    Configuration menu
    Copy the full SHA
    c064ddd View commit details
    Browse the repository at this point in the history
  10. Black

    JukkaL committed Mar 9, 2024
    Configuration menu
    Copy the full SHA
    8090fa6 View commit details
    Browse the repository at this point in the history
  11. Add missing import

    JukkaL committed Mar 9, 2024
    Configuration menu
    Copy the full SHA
    a27a1be View commit details
    Browse the repository at this point in the history