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

[AMDGPU] Fix mul combine for MUL24 #79110

Merged
merged 5 commits into from
Jan 29, 2024
Merged

Commits on Jan 23, 2024

  1. [AMDGPU] Fix mul combine for MUL24

    MUL24 can now return  a i64 for i32 operands, but the combine was never updated to handle this case.
    Extend the operand when rewriting the ADD to handle it.
    Pierre-vh committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    ef01c94 View commit details
    Browse the repository at this point in the history
  2. clang-format

    Pierre-vh committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    d43874c View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2024

  1. disable combine for mul24

    Pierre-vh committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    236b0fd View commit details
    Browse the repository at this point in the history
  2. add assert

    Pierre-vh committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    82efb3b View commit details
    Browse the repository at this point in the history
  3. update tests

    Pierre-vh committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    e35de2b View commit details
    Browse the repository at this point in the history