[clang] [compiler-rt] [llvm] [PGO][AMDGPU] Add offload profiling with uniformity-aware optimization (PR #177665)

Matt Arsenault via cfe-commits cfe-commits at lists.llvm.org
Tue Jan 27 09:05:31 PST 2026


================
@@ -44,6 +48,19 @@ using namespace llvm;
 
 #define DEBUG_TYPE "spill-code-placement"
 
+static cl::opt<bool> OffloadFlattenSpillFrequency(
----------------
arsenm wrote:

Don't need new options, just directly use the m

https://github.com/llvm/llvm-project/pull/177665


More information about the cfe-commits mailing list