[PATCH] D135912: [PseudoProbe] Replace relocation with offset for entry probe.

Wenlei He via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 25 17:00:44 PDT 2022


wenlei added a comment.

> How about using code ranges instead of binary functions?

code range is very general. I'd just use split function to make it straightforward. otoh, if BOLT uses the term binary function to represent those split funclets, it would be ok to do the same here too.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D135912



More information about the llvm-commits mailing list