[all-commits] [llvm/llvm-project] 137c37: [BOLT][AArch64] Include constant islands in disass...
Maksim Panchenko via All-commits
all-commits at lists.llvm.org
Wed Feb 5 22:42:01 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 137c3781e69061fcb9ae97bff00ed0abbab4f9a3
https://github.com/llvm/llvm-project/commit/137c3781e69061fcb9ae97bff00ed0abbab4f9a3
Author: Maksim Panchenko <maks at fb.com>
Date: 2025-02-05 (Wed, 05 Feb 2025)
Changed paths:
M bolt/include/bolt/Core/BinaryContext.h
M bolt/include/bolt/Core/BinaryFunction.h
M bolt/lib/Core/BinaryContext.cpp
M bolt/lib/Core/BinaryFunction.cpp
A bolt/test/AArch64/data-in-code.s
Log Message:
-----------
[BOLT][AArch64] Include constant islands in disassembly (#125961)
When printing disassembly of a function with constant islands, include
the island info in the dump.
At the moment, only print islands in pre-CFG state. Include islands that
are interleaved with instructions.
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