[all-commits] [llvm/llvm-project] 3d3970: AMDGPU: Remove wrapper only call limitation
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Tue Jan 12 14:13:32 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3d397091591fca4aa16153bba22f031218bee47d
https://github.com/llvm/llvm-project/commit/3d397091591fca4aa16153bba22f031218bee47d
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2021-01-12 (Tue, 12 Jan 2021)
Changed paths:
M llvm/lib/Target/AMDGPU/AMDGPUInline.cpp
M llvm/test/CodeGen/AMDGPU/amdgpu-inline.ll
Log Message:
-----------
AMDGPU: Remove wrapper only call limitation
This seems to only have overridden cold handling, which we probably
shouldn't do. As far as I can tell the wrapper library functions are
still inlined as appropriate.
More information about the All-commits
mailing list