[libc-commits] [clang] [compiler-rt] [libc] [llvm] [PGO][AMDGPU] Add offload profiling with uniformity-aware optimization (PR #177665)
Joseph Huber via libc-commits
libc-commits at lists.llvm.org
Sat Mar 28 20:46:52 PDT 2026
================
@@ -69,18 +97,15 @@ __llvm_profile_gpu_sections INSTR_PROF_SECT_BOUNDS_TABLE = {
PROF_CNTS_STOP,
PROF_DATA_START,
PROF_DATA_STOP,
+ PROF_UCNTS_START,
+ PROF_UCNTS_STOP,
&INSTR_PROF_RAW_VERSION_VAR};
#elif defined(__NVPTX__)
-// NVPTX supports neither sections nor ELF symbols, we rely on the handling in
----------------
jhuber6 wrote:
Why were these comments deleted?
https://github.com/llvm/llvm-project/pull/177665
More information about the libc-commits
mailing list