Start rewroking a subpiece of the profitability heuristic to be
authorChris Lattner <sabre@nondot.org>
Wed, 26 Nov 2008 03:02:41 +0000 (03:02 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 26 Nov 2008 03:02:41 +0000 (03:02 +0000)
commit84d1b40d448663050f12fb4dee052db907ac4748
treec872a0c469db92bbba1efe8df973caefb06a0c5f
parent3253f4c9795edcef2406ae9fb502ffc993ba04f8
Start rewroking a subpiece of the profitability heuristic to be
phrased in terms of liveness instead of as a horrible hack.  :)

In pratice, this doesn't change the generated code for either
255.vortex or 403.gcc, but it could cause minor code changes in
theory.  This is framework for coming changes.

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