forked from OSchip/llvm-project
a1b21ed3fb
For a very large module, __llvm_gcov_reset can become very large. __llvm_gcov_reset previously emitted stores to a bunch of globals in one huge basic block. MemCpyOpt would turn many of these stores into memsets, and updating MemorySSA would be extremely slow. Verified that this makes the compile time of certain files go down drastically (20min -> 5min). Reviewed By: MaskRay Differential Revision: https://reviews.llvm.org/D107538 |
||
---|---|---|
.. | ||
atomic-counter.ll | ||
exit-block.ll | ||
function-numbering.ll | ||
global-ctor.ll | ||
linezero.ll | ||
linkagename.ll | ||
module-flags.ll | ||
modules.ll | ||
noprofile.ll | ||
reset.ll | ||
split-indirectbr-critical-edges.ll | ||
three-element-mdnode.ll | ||
version.ll |