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

Delete GT_SIMD_CHK and GT_HW_INTRINSIC_CHK #62088

Merged

Commits on Dec 10, 2021

  1. Delete GT_SIMD_CHK and GT_HW_INTRINSIC_CHK

    The former was unused, the latter - barely used.
    Overall, there is no need for these to be separate
    opers, it just leads to unnecessary `#ifdef`s.
    SingleAccretion committed Dec 10, 2021
    Configuration menu
    Copy the full SHA
    96150f2 View commit details
    Browse the repository at this point in the history
  2. Remove IsArrayBoundsCheck

    In loop cloning: redundant with the check for constant lengths below.
    
    In assertion propagation: needless pessimization.
    
    In range check: not needed. While it is not useful to search for the
    array lengths from "new int[] { ... }" expressions, it is still useful
    to look for assertions related to them.
    SingleAccretion committed Dec 10, 2021
    Configuration menu
    Copy the full SHA
    86d4161 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    30540b9 View commit details
    Browse the repository at this point in the history
  4. Fix formating

    SingleAccretion committed Dec 10, 2021
    Configuration menu
    Copy the full SHA
    866b487 View commit details
    Browse the repository at this point in the history