[PATCH] D152414: AMDGPU: Do not not force alwaysinline with calls and module LDS enabled
Siu Chi Chan via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 8 09:20:35 PDT 2023
scchan added a comment.
> We should probably drop the amdgpu-function-calls too but I think
> hipcc is still using it.
The `amdgpu-function-calls` switch is needed to disable function calls as a prereq to enable alwaysinline, which I don't understand why.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D152414/new/
https://reviews.llvm.org/D152414
More information about the llvm-commits
mailing list