[PATCH] D108437: [CSSPGO] split context string III - llvm-profgen changes

Wei Mi via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 25 11:13:58 PDT 2021


wmi accepted this revision.
wmi added a comment.
This revision is now accepted and ready to land.

LGTM.



================
Comment at: llvm/include/llvm/MC/MCPseudoProbe.h:171
 
+using MCPseduoProbeFrameLocation = std::pair<StringRef, uint32_t>;
+
----------------
Add a comment to explain the uint32_t contains the pseudo index.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D108437/new/

https://reviews.llvm.org/D108437



More information about the llvm-commits mailing list