summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/MIRParser/MIParser.cpp
diff options
context:
space:
mode:
authorBruno Cardoso Lopes <bruno.cardoso@gmail.com>2015-08-18 16:54:36 +0000
committerBruno Cardoso Lopes <bruno.cardoso@gmail.com>2015-08-18 16:54:36 +0000
commit1846ea3c71381c5fcce0fbff5bcadfebc42a13d7 (patch)
tree888655533e9211ee833437ac43ae0c5b465ec6aa /llvm/lib/CodeGen/MIRParser/MIParser.cpp
parent1cd6d88e4d9558d58a4467514034496fb0a4b7de (diff)
downloadbcm5719-llvm-1846ea3c71381c5fcce0fbff5bcadfebc42a13d7.tar.gz
bcm5719-llvm-1846ea3c71381c5fcce0fbff5bcadfebc42a13d7.zip
[LVI] Use a SmallDenseMap instead of std::map for ValueCacheEntryTy
Historically there seems to be some resistance regarding the change to DenseMap (r147980). However, I couldn't find cases of iterator invalidation for ValueCacheEntryTy, but only for ValueCache, which I left untouched. This reduces 20s on an internal testcase. Follow up from r245309. Differential Revision: http://reviews.llvm.org/D11651 rdar://problem/21320066 llvm-svn: 245314
Diffstat (limited to 'llvm/lib/CodeGen/MIRParser/MIParser.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud