[PATCH] D76000: AMDGPU: Don't hard error on LDS globals in functions

Yaxun Liu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 11 13:35:29 PDT 2020


yaxunl added a comment.

What happens if user uses shared variable in a function marked with noinline? Will the function get inlined in kernel, or will the function not be inlined and ends up with a trap when called by a kernel? Thanks.


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

https://reviews.llvm.org/D76000





More information about the llvm-commits mailing list