[all-commits] [llvm/llvm-project] d7d564: [BOLT] Add BinaryFunction::registerBranch(). NFC (...
Maksim Panchenko via All-commits
all-commits at lists.llvm.org
Wed Feb 28 20:04:40 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d7d564b2fccbdf5b124f93c03c36ae8bfd849589
https://github.com/llvm/llvm-project/commit/d7d564b2fccbdf5b124f93c03c36ae8bfd849589
Author: Maksim Panchenko <maks at fb.com>
Date: 2024-02-28 (Wed, 28 Feb 2024)
Changed paths:
M bolt/include/bolt/Core/BinaryFunction.h
M bolt/lib/Core/BinaryFunction.cpp
Log Message:
-----------
[BOLT] Add BinaryFunction::registerBranch(). NFC (#83337)
Add an external interface to register a branch in a function that is in
disassembled state. Allows to make custom modifications to the
disassembler. E.g., a pre-CFG pass can add an instruction and register a
branch that will later be used during the CFG construction.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list