Skip to content
Commit 8013bd33 authored by Chris Lattner's avatar Chris Lattner
Browse files

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(); }

llvm-svn: 45399
parent 3f9c6a72
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment