Improve the FP stackifier to decide all on its own whether
authorChris Lattner <sabre@nondot.org>
Mon, 14 Jan 2008 06:41:29 +0000 (06:41 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 14 Jan 2008 06:41:29 +0000 (06:41 +0000)
commit3cc838433aa9dfe7106c2eef2b2eceb2d3548663
tree4e8f360f5db1ecbe6787c4dee99b31edbed01fa9
parent42725e7251a75d4df351a4da93b1b6e2ca449aa6
Improve the FP stackifier to decide all on its own whether
an instruction kills a register or not.  This is cheap and
easy to do now that instructions record this on their flags,
and this eliminates the second pass of LiveVariables from the
x86 backend.  This speeds up a release llc by ~2.5%.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45955 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/X86FloatingPoint.cpp