Skip to content

[Mips] Change vsplat_imm_eq_1 to a ComplexPattern. #116471

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

Merged
merged 4 commits into from
Nov 17, 2024

Conversation

topperc
Copy link
Collaborator

@topperc topperc commented Nov 16, 2024

Resolves a FIXME and avoids needing to workaround #116075.

Adding parentheses around the (vsplat_imm_eq_1) fixes the error cited in the FIXME by changing the ComplexPattern from a leaf node to an operator.

Resolves a FIXME and avoids needing to workaround llvm#116075.

Adding parentheses around the vsplat_imm_eq_1 fixes the error
cited in the FIXME by changing the ComplexPattern from a leaf node
to an operator.
Copy link

github-actions bot commented Nov 16, 2024

✅ With the latest revision this PR passed the C/C++ code formatter.

Copy link
Member

@dtcxzyw dtcxzyw left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LG

@topperc topperc merged commit 2f4572f into llvm:main Nov 17, 2024
5 of 8 checks passed
@topperc topperc deleted the pr/mips-complex-pattern branch November 17, 2024 04:55
devin-ai-integration bot pushed a commit to ohhmm/llvm-project that referenced this pull request Nov 17, 2024
Resolves a FIXME and avoids needing to workaround llvm#116075.

Adding parentheses around the (vsplat_imm_eq_1) fixes the error cited in
the FIXME by changing the ComplexPattern from a leaf node to an
operator.
tru pushed a commit to llvmbot/llvm-project that referenced this pull request Nov 25, 2024
Resolves a FIXME and avoids needing to workaround llvm#116075.

Adding parentheses around the (vsplat_imm_eq_1) fixes the error cited in
the FIXME by changing the ComplexPattern from a leaf node to an
operator.

(cherry picked from commit 2f4572f)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants