[PATCH] D155156: [BOLT] Attach ORC info to instructions in CFG
Amir Ayupov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 13 10:57:23 PDT 2023
Amir accepted this revision.
Amir added inline comments.
This revision is now accepted and ready to land.
================
Comment at: bolt/lib/Rewrite/LinuxKernelRewriter.cpp:528
+ // instruction in every function, but to minimize the overhead, we annotate
+ // the first // instruction in every basic block to reflect the state at the
+ // entry. This way, the ORC state can be calculated based on annotations
----------------
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D155156/new/
https://reviews.llvm.org/D155156
More information about the llvm-commits
mailing list