[llvm] [SHT_LLVM_BB_ADDR] Implement ELF and YAML support for Propeller CFG data in PGO analysis map. (PR #164914)

Mircea Trofin via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 27 08:15:25 PDT 2025


================
@@ -1013,20 +1017,25 @@ struct PGOAnalysisMap {
       uint32_t ID;
----------------
mtrofin wrote:

can you zero-init the primitive types? less chance of UB through maintenance later

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


More information about the llvm-commits mailing list