Chris Lattner 112dedc520 avoid going through a stack slot to convert from fpstack to xmm reg
if we are just going to store it back anyway.  This improves things 
like:
double foo();
void bar(double *P) { *P = foo(); }



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45399 91177308-0d34-0410-b5e6-96231b3b80d8
2007-12-29 06:41:28 +00:00
..
2007-06-29 16:35:07 +00:00
2007-12-18 01:58:38 +00:00
2007-07-17 06:20:38 +00:00
2007-09-10 18:12:52 +00:00
2007-04-21 20:46:55 +00:00