[all-commits] [llvm/llvm-project] cebc83: [CodeLayout] Pre-process execution counts before l...
spupyrev via All-commits
all-commits at lists.llvm.org
Thu Nov 2 12:08:47 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: cebc8379378957e2788a466ac8f430b7f0bbd46a
https://github.com/llvm/llvm-project/commit/cebc8379378957e2788a466ac8f430b7f0bbd46a
Author: spupyrev <spupyrev at users.noreply.github.com>
Date: 2023-11-02 (Thu, 02 Nov 2023)
Changed paths:
M llvm/lib/Transforms/Utils/CodeLayout.cpp
Log Message:
-----------
[CodeLayout] Pre-process execution counts before layout (#70501)
BOLT fails to process binaries in non-LBR mode, as some blocks marked as
having
a zero execution count. Adjusting code layout to process such blocks
without
assertions. This is NFC for all other use cases.
More information about the All-commits
mailing list