[PATCH] D28549: Global DCE performance improvement
David Majnemer via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 17 10:54:42 PST 2017
majnemer added inline comments.
================
Comment at: include/llvm/Transforms/IPO/GlobalDCE.h:41
+ // Constant -> Globals that use this global cache.
+ std::unordered_map<Constant *, SmallPtrSet<GlobalValue *, 8>>
+ ConstantDependenciesCache;
----------------
DenseMap?
Repository:
rL LLVM
https://reviews.llvm.org/D28549
More information about the llvm-commits
mailing list