[all-commits] [llvm/llvm-project] 88052f: [ArgPromo] Preserve FunctionAnalysisManagerCGSCCProxy
aeubanks via All-commits
all-commits at lists.llvm.org
Wed Nov 3 15:00:23 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 88052fc3624a205f0e2a10d69b3ff3f80c2f7125
https://github.com/llvm/llvm-project/commit/88052fc3624a205f0e2a10d69b3ff3f80c2f7125
Author: Arthur Eubanks <aeubanks at google.com>
Date: 2021-11-03 (Wed, 03 Nov 2021)
Changed paths:
M llvm/lib/Transforms/IPO/ArgumentPromotion.cpp
Log Message:
-----------
[ArgPromo] Preserve FunctionAnalysisManagerCGSCCProxy
We already make sure to properly clear analyses for deleted functions.
This makes investigating some future potential compile time improvements easier.
Reviewed By: asbirlea
Differential Revision: https://reviews.llvm.org/D113032
More information about the All-commits
mailing list