[PATCH] D28549: Global DCE performance improvement
serge via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 17 01:51:48 PST 2017
serge-sans-paille marked an inline comment as done.
serge-sans-paille added inline comments.
================
Comment at: include/llvm/Transforms/IPO/GlobalDCE.h:22
+#include "llvm/ADT/DenseMap.h"
+#include "llvm/ADT/SmallSet.h"
#include "llvm/IR/Module.h"
----------------
davide wrote:
> Are you still using `SmallSet` or is this a dead include?
It's still used for ``ConstantDependeciesCache``.
Repository:
rL LLVM
https://reviews.llvm.org/D28549
More information about the llvm-commits
mailing list