[llvm] [NVPTX] Annotate CUDA kernel pointer arguments with .ptr .space .align attributes. (PR #79646)
via llvm-commits
llvm-commits at lists.llvm.org
Fri Apr 5 16:14:13 PDT 2024
================
@@ -1588,12 +1588,22 @@ void NVPTXAsmPrinter::emitFunctionParamList(const Function *F, raw_ostream &O) {
if (isKernelFunc) {
----------------
Vandana2896 wrote:
I can make another MR for non-kernel pointer arguments.
https://github.com/llvm/llvm-project/pull/79646
More information about the llvm-commits
mailing list