Migrate pseudo probe decoding logic in llvm-profgen to MC, so other LLVM-base program could reuse existing codes. Redesign object layout of encoded and decoded pseudo probes.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Unit Tests
Unit Tests
Event Timeline
Comment Actions
P.S. lgtm in general. I have done an around of code review internally before sending out the diff.
llvm/tools/llvm-profgen/ProfiledBinary.cpp | ||
---|---|---|
184 | Nit: can just use .pseudo_probe_desc instead of ProbeDecoder.getSectionName(). Similarly below. |
Same here