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][GlobalISel] Legalize fp128 types as libcalls for G_FCMP #98452

Merged
merged 8 commits into from
Jul 25, 2024

Commits on Jul 5, 2024

  1. [AArch64] Legalize fp128 scalars for G_FCMP

    - Generate libcall for supported predicates.
    - Generate unsupported predicates as combinations of supported predicates.
    Him188 committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    a294242 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2024

  1. Apply suggestions

    Him188 committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    9c702f6 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2024

  1. Use minScalarOrElt

    Him188 committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    30bf051 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2024

  1. Scalarize vectors

    Him188 committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    50c5854 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2024

  1. Fix typos

    Him188 committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    58a1bb9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f328a58 View commit details
    Browse the repository at this point in the history
  3. Check BuildLibcall failures

    Him188 committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    ce436c7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    da0b110 View commit details
    Browse the repository at this point in the history