[llvm] [SampleProfile] Support Eytzinger layout in SecFuncOffsetTable (PR #213829)
Kazu Hirata via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 10 00:04:29 PDT 2026
================
@@ -1070,9 +1100,27 @@ class SampleProfileFuncOffsetTable {
return std::nullopt;
}
+ /// Direct read-only array (`ArrayRef`) of function offsets aligned parallel
+ /// to the corresponding Eytzinger name span:
----------------
kazutakahirata wrote:
Addressed in the latest iteration.
https://github.com/llvm/llvm-project/pull/213829
More information about the llvm-commits
mailing list