llvm/llvm-project
Enable exp10 libcall recognition on linux
Aberta
#64.677 aberto em 14 de ago. de 2023
floating-pointgood first issuellvm:codegenllvm:optimizationsplatform:linux
Métricas do repositório
- Stars
- (26.378 estrelas)
- Métricas de merge de PR
- (Métricas PR pendentes)
Description
TargetLibraryInfo does not report exp10/exp10f/exp10l as available on Linux, disabling all special library call optimizations:
The reason cited is these were buggy in glibc prior to version 2.18. Version 2.18 celebrated its 10th birthday this weekend, so I think it's alright to just drop this restriction.