[all-commits] [llvm/llvm-project] 8542d8: [Attributor][FIX] Ensure the function manager cach...
Johannes Doerfert via All-commits
all-commits at lists.llvm.org
Sun Jul 9 20:13:09 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8542d8f3cdc269f3dd786cc88606f0cf39174665
https://github.com/llvm/llvm-project/commit/8542d8f3cdc269f3dd786cc88606f0cf39174665
Author: Johannes Doerfert <johannes at jdoerfert.de>
Date: 2023-07-09 (Sun, 09 Jul 2023)
Changed paths:
M llvm/lib/Transforms/Utils/CallGraphUpdater.cpp
A llvm/test/Transforms/Attributor/reduced/clear_cached_analysis_for_deleted_functions.ll
Log Message:
-----------
[Attributor][FIX] Ensure the function manager cache is updated
When a function is removed we need to clear cached analysis from the
function manager cache.
More information about the All-commits
mailing list