[all-commits] [llvm/llvm-project] 68f7b0: [BasicBlockSections] Allow mixing of -basic-block-...
Rahman Lavaee via All-commits
all-commits at lists.llvm.org
Fri Nov 22 22:23:51 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 68f7b075c07197803625431ba92c337af7470c85
https://github.com/llvm/llvm-project/commit/68f7b075c07197803625431ba92c337af7470c85
Author: Rahman Lavaee <rahmanl at google.com>
Date: 2024-11-22 (Fri, 22 Nov 2024)
Changed paths:
M llvm/lib/CodeGen/MachineFunctionSplitter.cpp
M llvm/lib/CodeGen/TargetPassConfig.cpp
M llvm/test/CodeGen/Generic/machine-function-splitter.ll
Log Message:
-----------
[BasicBlockSections] Allow mixing of -basic-block-sections with MFS. (#117076)
This PR allows mixing `-basic-block-sections` with
`-enable-machine-function-splitter`. The strategy is to let
`-basic-block-sections` take precedence over functions with profiles.
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