[PATCH] D103139: [AMDGPU] Replace non-kernel function uses of LDS globals by pointers.
Jay Foad via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed May 26 03:03:52 PDT 2021
foad added inline comments.
================
Comment at: llvm/lib/Target/AMDGPU/Utils/AMDGPULDSUtils.h:25
+// Collect reacheble callees for each kernel defined in the module.
+void collectReachebleCallees(
+ Module &M,
----------------
Typo "Reachable" here and in lots of comments.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D103139/new/
https://reviews.llvm.org/D103139
More information about the llvm-commits
mailing list