[all-commits] [llvm/llvm-project] cb20d4: [NFC][CodeGen] Remove dead ParallelCG.h/.cpp API (...
Pierre van Houtryve via All-commits
all-commits at lists.llvm.org
Wed Jun 19 00:07:32 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: cb20d4d2054e72a2564572a74f34ca01cb791cbf
https://github.com/llvm/llvm-project/commit/cb20d4d2054e72a2564572a74f34ca01cb791cbf
Author: Pierre van Houtryve <pierre.vanhoutryve at amd.com>
Date: 2024-06-19 (Wed, 19 Jun 2024)
Changed paths:
R llvm/include/llvm/CodeGen/ParallelCG.h
M llvm/lib/CodeGen/CMakeLists.txt
R llvm/lib/CodeGen/ParallelCG.cpp
M llvm/lib/LTO/LTOCodeGenerator.cpp
M llvm/utils/gn/secondary/llvm/lib/CodeGen/BUILD.gn
Log Message:
-----------
[NFC][CodeGen] Remove dead ParallelCG.h/.cpp API (#95770)
LTOBackend inlined it a while ago and now uses a static copy. This API
was unused.
We can always restore it at some point if it's needed, but right now
it's just bloat.
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