[all-commits] [llvm/llvm-project] bacb45: [ThinLTO] Make the cache key independent of the mo...
Argyrios Kyrtzidis via All-commits
all-commits at lists.llvm.org
Mon May 22 21:45:41 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: bacb45eb9a776c032f69d55a561fa450ba545c57
https://github.com/llvm/llvm-project/commit/bacb45eb9a776c032f69d55a561fa450ba545c57
Author: Argyrios Kyrtzidis <kyrtzidis at apple.com>
Date: 2023-05-22 (Mon, 22 May 2023)
Changed paths:
M llvm/include/llvm/IR/ModuleSummaryIndex.h
M llvm/lib/LTO/LTO.cpp
A llvm/test/ThinLTO/X86/cache-decoupled-from-filenames.ll
Log Message:
-----------
[ThinLTO] Make the cache key independent of the module identifier paths
Otherwise there are cache misses just from changing the name of a path, even though the input modules did not change.
rdar://109672225
Differential Revision: https://reviews.llvm.org/D151165
More information about the All-commits
mailing list