[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
Wed Jul 12 11:14:37 PDT 2023


scchan added a comment.

In D152414#4493174 <https://reviews.llvm.org/D152414#4493174>, @arsenm wrote:

> In D152414#4492691 <https://reviews.llvm.org/D152414#4492691>, @JonChesterfield wrote:
>
>> LG here. Can we get rid of EnableFunctionCalls?
>
> If we can get rid of hipcc which is still using it

hipcc only needs a way to force EarlyInlineAll but that pass is predicated by !EnableFunctionCalls.  If we don't think it's warranted then we can deprecate EnableFunctionCalls by first removing it in hipcc.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D152414/new/

https://reviews.llvm.org/D152414



More information about the llvm-commits mailing list