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] In VectorLegalizer::Expand, if UnrollVectorOp returns Load, … #88475

Merged
merged 1 commit into from
Apr 16, 2024

Commits on Apr 16, 2024

  1. [AMDGPU] In VectorLegalizer::Expand, if Node has only one value, retu…

    …rn the result of UnrollVectorOp. Otherwise, check that Node and Unrolled has same number of values and return corresponding values.
    
    Added testcase that showed mismatched expected arity when Load and chain were returned as separate items after 003b58f
    choikwa committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    dd27aa3 View commit details
    Browse the repository at this point in the history