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] Remove invalid uabdl patterns. #89272

Merged
merged 1 commit into from
Apr 19, 2024

Commits on Apr 18, 2024

  1. [AArch64] Remove invalid uabdl patterns.

    These were added in https://reviews.llvm.org/D14208, which look like they
    attempt to detect abs from xor+add+ashr. They do not appear to be detecting the
    correct value for the src input though, which I think is intended to be the
    sub(zext, zext) part of the pattern.  We have pattens from abs now, so the old
    invalid patterns can be removed.
    
    Fixes llvm#88784
    davemgreen committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    afe8d9a View commit details
    Browse the repository at this point in the history