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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

riscv64: Improve pattern matching rules for FMA #8596

Merged
merged 2 commits into from
May 12, 2024

Commits on May 11, 2024

  1. riscv64: Improve pattern matching rules for FMA.

    This commit reworks our FMA pattern matching to be slightly less verbose. It additionally adds the `(fma x (splat y) z)` pattern for vectors, which can be proven to be equivalent to `(splat x)`.
    
    Co-Authored-By:  Jamey Sharp <jsharp@fastly.com>
    afonso360 and jameysharp committed May 11, 2024
    Configuration menu
    Copy the full SHA
    481241f View commit details
    Browse the repository at this point in the history

Commits on May 12, 2024

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