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

Add splat simplify opt for various ops #6851

Merged
merged 9 commits into from
Aug 18, 2023

Commits on Aug 16, 2023

  1. Configuration menu
    Copy the full SHA
    9852cdf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8fc064b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d73efe4 View commit details
    Browse the repository at this point in the history
  4. Add splat simplify opt for a few more ops

    namely, popcnt, smin, umin, smax, umax, sadd_sat, uadd_sat, ssub_sat & usub_sat
    gurry committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    0baf44b View commit details
    Browse the repository at this point in the history
  5. Add splat simplify opt for bnot

    gurry committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    4980256 View commit details
    Browse the repository at this point in the history
  6. Add splat simplify opt for shift and rotate ops

    and avg_round as well
    gurry committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    2445a26 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2023

  1. Remove splat simplify opt for certain ops

    because they don't support scalars.
    gurry committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    b128440 View commit details
    Browse the repository at this point in the history
  2. Add lane_type to splat opts for shift/rotate

    Some of the wasmtime spec tests were failing without this
    gurry committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    020ec66 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2023

  1. Remove splat simplify opt for avg_round

    because it doesn't support scalars.
    gurry committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    8783b0d View commit details
    Browse the repository at this point in the history