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

Emit aliases to FP16 conversion routines #45649

Merged
merged 3 commits into from
Jul 20, 2022
Merged

Emit aliases to FP16 conversion routines #45649

merged 3 commits into from
Jul 20, 2022

Commits on Jul 19, 2022

  1. Prefix Float16 intrinsics

    vtjnash authored and vchuravy committed Jul 19, 2022
    Configuration menu
    Copy the full SHA
    f651866 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ff36015 View commit details
    Browse the repository at this point in the history
  3. Emit aliases into the system image

    - Put the interposer in llvm.compiler.used.
    - Injecting the aliases after optimization:
      Our multiversioning pass interacts badly with the llvm.compiler.used gvar.
    
    Co-authored-by: Tim Besard <tim.besard@gmail.com>
    Co-authored-by: Valentin Churavy <v.churavy@gmail.com>
    vchuravy and maleadt committed Jul 19, 2022
    Configuration menu
    Copy the full SHA
    3407fb3 View commit details
    Browse the repository at this point in the history