Allocate nodes for the scoped hash table from a recyling bump pointer
authorChris Lattner <sabre@nondot.org>
Mon, 3 Jan 2011 01:42:46 +0000 (01:42 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 3 Jan 2011 01:42:46 +0000 (01:42 +0000)
commit82dcd5edd22f017b74ebe98acc07b3a7191e7ff1
treebdea8fc9930a01dd3676b5799c855daac6403d61
parent4f20c6d354d4c6eba00148c2dfc9ad2dae8fd140
Allocate nodes for the scoped hash table from a recyling bump pointer
allocator.  This speeds up early cse by about 20%

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@122723 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/Scalar/EarlyCSE.cpp