Make GVN more memory efficient, particularly on code that contains a large number of
authorOwen Anderson <resistor@mac.com>
Mon, 7 Apr 2008 09:59:07 +0000 (09:59 +0000)
committerOwen Anderson <resistor@mac.com>
Mon, 7 Apr 2008 09:59:07 +0000 (09:59 +0000)
commite5ffa900f8cf486fae4f542d72d84e6bab0129ae
tree6144380caa737368ef25853a70159b05baa16e27
parent58f3bcdbb97cb6d86a04de200f3ef775b067c4c2
Make GVN more memory efficient, particularly on code that contains a large number of
allocations, which GVN can't optimize anyways.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@49329 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Analysis/Dominators.h
lib/Transforms/Scalar/GVN.cpp