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

[KnownBits] Speed up conflict handling in ForeachKnownBits in unit test. #94943

Merged
merged 1 commit into from
Jun 10, 2024

Commits on Jun 10, 2024

  1. [KnownBits] Speed up conflict handling in ForeachKnownBits in unit test.

    Exit early if known bits have a conflict. This gives me a ~15% speed up
    when running this in my Release+Asserts build:
    
    $ unittests/Support/SupportTests --gtest_filter=KnownBitsTest.*Exhaustive
    jayfoad committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    066f432 View commit details
    Browse the repository at this point in the history