[all-commits] [llvm/llvm-project] 6f2ee1: [OpenMP][AMDGPU] Optimize the linked in math libra...
Johannes Doerfert via All-commits
all-commits at lists.llvm.org
Wed Jan 19 21:36:50 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6f2ee1ca5e39b4286f7eb1aeb63b408f952f93c9
https://github.com/llvm/llvm-project/commit/6f2ee1ca5e39b4286f7eb1aeb63b408f952f93c9
Author: Johannes Doerfert <johannes at jdoerfert.de>
Date: 2022-01-19 (Wed, 19 Jan 2022)
Changed paths:
M clang/lib/Driver/ToolChains/AMDGPUOpenMP.cpp
Log Message:
-----------
[OpenMP][AMDGPU] Optimize the linked in math libraries
Once we linked in math files, potentially even if we link in only other
"system libraries", we want to optimize the code again. This is not only
reasonable but also helps to hide various problems with the missing
attribute annotations in the math libraries.
Reviewed By: JonChesterfield
Differential Revision: https://reviews.llvm.org/D116906
More information about the All-commits
mailing list