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 mul X, C where C=2^N*(3,5,9)*(3,5,9) #108100

Merged
merged 3 commits into from
Sep 11, 2024

Commits on Sep 10, 2024

  1. [RISCV] Expand mul X, C where C=2^N*(3,5,9)*(3,5,9)

    This is a three deep expression which is deeper than we've otherwise
    gone for multiple expansions, but I think it's reasonable to do so.
    This covers mul by 50, 100, and 200 which are reasonable common
    naturally arising numbers.
    preames committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    0c04ae9 View commit details
    Browse the repository at this point in the history
  2. Clang format

    preames committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    57dd58f View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2024

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