[all-commits] [llvm/llvm-project] f44bee: AMDGPU: Try to use private version of sincos if av...
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Mon Aug 14 08:40:20 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f44beecb78d25dca27de74823e1d958c8bd57d31
https://github.com/llvm/llvm-project/commit/f44beecb78d25dca27de74823e1d958c8bd57d31
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2023-08-14 (Mon, 14 Aug 2023)
Changed paths:
M llvm/lib/Target/AMDGPU/AMDGPULibCalls.cpp
M llvm/test/CodeGen/AMDGPU/amdgpu-simplify-libcall-sincos.defined.ll
M llvm/test/CodeGen/AMDGPU/amdgpu-simplify-libcall-sincos.ll
M llvm/test/CodeGen/AMDGPU/amdgpu-simplify-libcall-sincos.nobuiltins.ll
M llvm/test/CodeGen/AMDGPU/simplify-libcalls.ll
Log Message:
-----------
AMDGPU: Try to use private version of sincos if available
The comment was out of date, the device libs build does provide all
the pointer overloads. An extremely pedantic interpretation of the
spec would suggest only the flat version exists, but the overloads do
exist in the implementation.
https://reviews.llvm.org/D156720
More information about the All-commits
mailing list