diff options
author | Chris Lattner <sabre@nondot.org> | 2006-08-07 23:03:03 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2006-08-07 23:03:03 +0000 |
commit | a5682853b9921bbb0dd2ee175c9bd44142d4819e (patch) | |
tree | e4a6c9a3942cbb8f3b0a666136bb13204994afce /projects/sample | |
parent | 2ef88a09b71f458ad415b35a1fb431c3d15d7eb1 (diff) | |
download | external_llvm-a5682853b9921bbb0dd2ee175c9bd44142d4819e.zip external_llvm-a5682853b9921bbb0dd2ee175c9bd44142d4819e.tar.gz external_llvm-a5682853b9921bbb0dd2ee175c9bd44142d4819e.tar.bz2 |
Revamp the "CSEMap" datastructure used in the SelectionDAG class. This
eliminates a bunch of std::map's in the SelectionDAG, replacing them with a
home-grown hashtable.
This is still a work in progress: not all the maps have been moved over and the
hashtable never resizes. That said, this still speeds up llc 20% on kimwitu++
with -fast -regalloc=local using a release build.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29550 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'projects/sample')
0 files changed, 0 insertions, 0 deletions