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

Tweak bounds check elimination #42692

Merged
merged 7 commits into from
Dec 18, 2021
Merged

Commits on Dec 9, 2021

  1. Add GVN and move IRCE to allow more functions to vectorize

    Prem Chintalapudi committed Dec 9, 2021
    Configuration menu
    Copy the full SHA
    2e67b37 View commit details
    Browse the repository at this point in the history
  2. Change arraysize to arraylength for vectors

    Prem Chintalapudi committed Dec 9, 2021
    Configuration menu
    Copy the full SHA
    8797d9d View commit details
    Browse the repository at this point in the history
  3. Add explanation to size(a::Vector)

    Co-authored-by: Valentin Churavy <vchuravy@users.noreply.github.com>
    2 people authored and Prem Chintalapudi committed Dec 9, 2021
    Configuration menu
    Copy the full SHA
    2b45074 View commit details
    Browse the repository at this point in the history
  4. Add an extra IRCE pass to get rid of more missed bounds checks

    Prem Chintalapudi committed Dec 9, 2021
    Configuration menu
    Copy the full SHA
    706d1ae View commit details
    Browse the repository at this point in the history
  5. Hide extra GVN pass behind -O3 and above

    Prem Chintalapudi committed Dec 9, 2021
    Configuration menu
    Copy the full SHA
    21992d5 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2021

  1. Canonicalize arraysize(Vector, 1) to arraylen(Vector)

    Prem Chintalapudi committed Dec 14, 2021
    Configuration menu
    Copy the full SHA
    f65ee36 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2021

  1. Make gp from JuliaLang#43308 elide bounds checks

    Prem Chintalapudi committed Dec 16, 2021
    Configuration menu
    Copy the full SHA
    e07c2bf View commit details
    Browse the repository at this point in the history