[clang] [compiler-rt] [llvm] [PGO][AMDGPU] Add offload profiling with uniformity-aware optimization (PR #177665)
Yaxun Liu via cfe-commits
cfe-commits at lists.llvm.org
Mon Mar 9 07:43:41 PDT 2026
================
@@ -1056,6 +1085,7 @@ struct InstrProfRecord {
struct NamedInstrProfRecord : InstrProfRecord {
StringRef Name;
uint64_t Hash;
+ // uint16_t NumOffloadProfilingThreads = 0;
----------------
yxsamliu wrote:
removed
https://github.com/llvm/llvm-project/pull/177665
More information about the cfe-commits
mailing list