Try to speed up gccld hot spot in BasicVN::getEqualNumberNodes by making
authorReid Spencer <rspencer@reidspencer.com>
Thu, 23 Dec 2004 21:13:26 +0000 (21:13 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Thu, 23 Dec 2004 21:13:26 +0000 (21:13 +0000)
commit1e296bf046bc7868fa6b76b32a1404d166bb3a47
treee461388498419bacd585be44eb50dd67bdf56cb1
parentee93c874aa6018e0189df0a8d5b10197c6085d93
Try to speed up gccld hot spot in BasicVN::getEqualNumberNodes by making
a function call at the core of the loop inline and removing unused
stack variables from an often called function. This doesn't improve things
much, the real saving will be by reducing the number of calls to this
function (100K+ when linking kimwitu++).

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19119 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Analysis/ValueNumbering.cpp