[PATCH] D114997: AMDGPU: Sanitized functions require implicit arguments

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 2 14:11:47 PST 2021


arsenm created this revision.
arsenm added reviewers: rampitec, jdoerfert, yaxunl, reshabh, b-sumner, pvellien.
Herald added subscribers: foad, okura, kuter, kerbowa, hiraditya, t-tye, tpr, dstuttard, nhaehnle, jvesely, kzhuravl.
arsenm requested review of this revision.
Herald added a subscriber: wdng.
Herald added a reviewer: sstefan1.
Herald added a reviewer: baziotis.
Herald added a project: LLVM.

Do not infer no-amdgpu-implicitarg-ptr for sanitized functions. If a
function is explicitly marked amdgpu-no-implicitarg-ptr and
sanitize_address, infer that it is required.


https://reviews.llvm.org/D114997

Files:
  llvm/lib/Target/AMDGPU/AMDGPUAttributor.cpp
  llvm/test/CodeGen/AMDGPU/annotate-kernel-features-hsa-call.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D114997.391456.patch
Type: text/x-patch
Size: 8202 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211202/8e4e2937/attachment.bin>


More information about the llvm-commits mailing list