[PATCH] D123548: AMDGPU: Emit metadata for the hidden_multigrid_sync_arg conditionally
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Apr 12 06:13:42 PDT 2022
arsenm added inline comments.
================
Comment at: llvm/lib/Target/AMDGPU/AMDGPUAttributor.cpp:439
+ if (funcRetrievesMultigridSyncArg(A)) {
+ assert(!isAssumed(IMPLICIT_ARG_PTR) &&
----------------
Since we're going to start adding a lot of these, should we do checks for all the different fields in one forallInterferingAccesses call?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D123548/new/
https://reviews.llvm.org/D123548
More information about the llvm-commits
mailing list