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

[LTO] Fix Veclib flags correctly pass to LTO flags #78749

Merged
merged 3 commits into from
Jan 25, 2024

Commits on Jan 23, 2024

  1. [LTO] Fix Veclib flags correctly pass to LTO flags

    Flags `-fveclib=name` were not passed to LTO flags.
    This pass fixes that by converting the `-fveclib` flags to their
    relevant names for opt's `-vector-lib=name` flags.
    
    For example:
    `-fveclib=SLEEF` would become `-vector-library=sleefgnuabi` and passed
    through the -plugin-opt` flag.
    paschalis-mpeis committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    f664bee View commit details
    Browse the repository at this point in the history
  2. Add targets to tests that call addLTOOptions

    Tests that do not call addLTOOptions were removed.
    paschalis-mpeis committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    f1baf76 View commit details
    Browse the repository at this point in the history
  3. Addressing reviewers

    paschalis-mpeis committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    edb1833 View commit details
    Browse the repository at this point in the history