Be smarter about whether to store the SSE return value in memory. If
authorEvan Cheng <evan.cheng@apple.com>
Tue, 31 Jan 2006 23:19:54 +0000 (23:19 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Tue, 31 Jan 2006 23:19:54 +0000 (23:19 +0000)
commit0e8671bf4acbd27f759c14e9cc0271b544979283
treeb26f80915a14fb26622b3ed0fa3ae871b34b8334
parentbb1d528aa6c529b2fbaa5851f3abfeb27b1674e1
Be smarter about whether to store the SSE return value in memory. If
it is already available in memory, do a fld directly from there.

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