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

[RISCV] Expand vp.stride.load to splat of a scalar load. #98140

Merged
merged 3 commits into from
Jul 11, 2024

Commits on Jul 9, 2024

  1. [RISCV] Expand vp.stride.load to splat of a scalar load.

    It's a similar patch as a214c52 for vp.stride.load.
    Some targets prefer pattern (vmv.v.x (load)) instead of vlse with zero stride.
    Yeting Kuo committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    26ac382 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2024

  1. Use CreateVectorSplat for fixed vector.

    Yeting Kuo committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    8fdd86b View commit details
    Browse the repository at this point in the history
  2. fixup! Address Luke's comment.

    Yeting Kuo committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    6a8613c View commit details
    Browse the repository at this point in the history