[PATCH] D92946: [AMDGPU] Mark amdgpu_gfx functions as module entry function
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Dec 10 15:03:06 PST 2020
arsenm added inline comments.
================
Comment at: llvm/lib/Target/AMDGPU/AMDGPUMachineFunction.h:51
+ // If the function is allowed to allocate LDS global objects.
+ bool IsModuleEntryFunction = false;
----------------
arsenm wrote:
> Naming is a bit weird for the comment
"the driver" is also unclear
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D92946/new/
https://reviews.llvm.org/D92946
More information about the llvm-commits
mailing list