Use a RecyclingAllocator to allocate values for MachineCSE's ScopedHashTable for
authorCameron Zwarich <zwarich@apple.com>
Mon, 3 Jan 2011 04:07:46 +0000 (04:07 +0000)
committerCameron Zwarich <zwarich@apple.com>
Mon, 3 Jan 2011 04:07:46 +0000 (04:07 +0000)
commit53eeba586dac8a25db63fe02a00ef10feb8b3925
tree50fdb8d3ff37bc6955d02a53c6695e6b7174d796
parent041ee7e6fa1a04e64371ece9225a984d9a6bdf4b
Use a RecyclingAllocator to allocate values for MachineCSE's ScopedHashTable for
a 28% speedup of MachineCSE time on 403.gcc.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@122735 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/MachineCSE.cpp