[PATCH] D119027: [AMDGPU][NFC]: Emit metadata for hidden_heap_v1 kernarg
Brian Sumner via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 16 13:20:37 PST 2022
b-sumner added inline comments.
================
Comment at: llvm/lib/Target/AMDGPU/AMDGPUAttributor.cpp:521
// initial call to the implicitarg_ptr intrinsic.
- auto DoesNotLeadToHostcallPtr = [&](Instruction &I) {
+ auto DoesNotLeadToMemoryLoc = [&](Instruction &I) {
auto &Call = cast<CallBase>(I);
----------------
We could potentially be more specific with KernargLoc instead of MemoryLoc.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D119027/new/
https://reviews.llvm.org/D119027
More information about the llvm-commits
mailing list