[PATCH] D91516: [AMDGPU] Support for device scope shared variables

Jon Chesterfield via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 18 09:50:46 PST 2020


JonChesterfield added a comment.

UB on indirect or recursive calls is bad, as those are exactly the cases where force inline can't be used. What is the use case where this does work?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D91516



More information about the llvm-commits mailing list