[PATCH] D104704: [AMDGPU] Simplify collectReachableCallees. NFCI.

Stanislav Mekhanoshin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 22 12:18:50 PDT 2021


rampitec accepted this revision.
rampitec added a comment.
This revision is now accepted and ready to land.

LGTM



================
Comment at: llvm/lib/Target/AMDGPU/Utils/AMDGPULDSUtils.cpp:55
+    // Go through all call graph nodes reachable from the node representing this
+    // kernel, visit all thier call sites, if the
     // call site is direct, add corresponding callee to reachable callee set, if
----------------
Reformat the whole comment before the submission.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D104704



More information about the llvm-commits mailing list