Files
clang-p2996/bolt/lib
Maksim Panchenko 138e2abfeb [BOLT] Attach ORC info to instructions in CFG
Propagate Linux Kernel ORC information read from the file to the whole
function CFG once the graph has been built. We have a choice to either
attach ORC state annotation to every instruction, or to the first
instruction in the basic block to conserve processing memory. I chose to
attach to every instruction under --print-orc option which is currently
on by default.

Depends on D155153, D154815

Reviewed By: Amir

Differential Revision: https://reviews.llvm.org/D155156
2023-07-13 11:12:54 -07:00
..