[all-commits] [llvm/llvm-project] b98e6a: [BOLT][AArch64] Skip BBs only instead of functions...
Elvina Yakubova via All-commits
all-commits at lists.llvm.org
Tue Feb 27 08:19:58 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b98e6a5ced8328fdefa9a519ae98052a29462e23
https://github.com/llvm/llvm-project/commit/b98e6a5ced8328fdefa9a519ae98052a29462e23
Author: Elvina Yakubova <elvinayakubova at gmail.com>
Date: 2024-02-27 (Tue, 27 Feb 2024)
Changed paths:
M bolt/include/bolt/Core/MCPlusBuilder.h
M bolt/lib/Passes/Instrumentation.cpp
M bolt/lib/Target/AArch64/AArch64MCPlusBuilder.cpp
M bolt/test/AArch64/exclusive-instrument.s
Log Message:
-----------
[BOLT][AArch64] Skip BBs only instead of functions (#81989)
After [this
](https://github.com/llvm/llvm-project/commit/846eb76761c858cbfc75700bf68445e0e3ade48e)
commit we noticed that the size of fdata file decreased a lot. That's
why the better and more precise way will be to skip basic blocks with
exclusive instructions only instead of the whole function
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