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

Hoist vector slices using rewrite rules #7243

Merged
merged 10 commits into from
Jan 21, 2023
Merged

Commits on Dec 14, 2022

  1. Hoist slices using rewrite rules

    This lets us add associative variants more easily, which are helpful in
    the work on staging strided loads.
    abadams committed Dec 14, 2022
    Configuration menu
    Copy the full SHA
    1a05a17 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2022

  1. Don't hoist extract_element shuffles

    The Shuffle visitor wants to sink them
    abadams committed Dec 15, 2022
    Configuration menu
    Copy the full SHA
    1788b69 View commit details
    Browse the repository at this point in the history
  2. Add some static asserts

    abadams committed Dec 15, 2022
    Configuration menu
    Copy the full SHA
    cd5bb4a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5f58b95 View commit details
    Browse the repository at this point in the history
  4. Fix comment

    abadams committed Dec 15, 2022
    Configuration menu
    Copy the full SHA
    582b98f View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2022

  1. Configuration menu
    Copy the full SHA
    54610ee View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2023

  1. Configuration menu
    Copy the full SHA
    11ca4b5 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2023

  1. Configuration menu
    Copy the full SHA
    2639f47 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6698e0b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a25be53 View commit details
    Browse the repository at this point in the history