[PATCH] D105721: [amdgpu] Add scope metadata support for noalias kernel arguments.

Jeroen Dobbelaere via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 16 04:55:33 PDT 2021


jeroen.dobbelaere added a comment.

I am also wondering if things would become easier if the pass was restructured to create a wrapper function that contains the replacement of the arguments, and then depending on `llvm::InlineFunction` (the call, not the inliner pass) for the propagation of those values to the actual kernel ? That should handle the `noalias` attribute, as well maybe as other attributes in a clean way ?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D105721



More information about the llvm-commits mailing list