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

[AArch64] Push mul into extend operands #94960

Merged
merged 1 commit into from
Jun 10, 2024
Merged

Commits on Jun 10, 2024

  1. [AArch64] Push mul into extend operands

    In a similar way to how we push vector adds into extends, this pushed
    'mul(zext,zext)' into 'zext(mul(zext,zext))' if the extend can be done
    in two or more steps.
    
    https://alive2.llvm.org/ce/z/WjU7Kr
    davemgreen committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    9d0f05a View commit details
    Browse the repository at this point in the history