[all-commits] [llvm/llvm-project] 06bb94: [ThinLTO] Restructure promotion / internalization ...
Teresa Johnson via All-commits
all-commits at lists.llvm.org
Thu Jun 1 09:09:07 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 06bb94832d0d9c23b9b4c735007700057aecb93b
https://github.com/llvm/llvm-project/commit/06bb94832d0d9c23b9b4c735007700057aecb93b
Author: Teresa Johnson <tejohnson at google.com>
Date: 2023-06-01 (Thu, 01 Jun 2023)
Changed paths:
M llvm/lib/LTO/LTO.cpp
Log Message:
-----------
[ThinLTO] Restructure promotion / internalization decisions (NFC)
Restructures the combined index based promotion and internalization
decision code so that it is a bit easier to follow. This is in
preparation for a bugfix to this code that will modify one part of the
logic.
More information about the All-commits
mailing list