llvm-6502/test/CodeGen
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
..
Alpha xfail a test 2007-11-28 05:37:13 +00:00
ARM Remove xfail. This is fixed. 2007-12-20 02:25:21 +00:00
CBackend
CellSPU More working CellSPU tests: 2007-12-20 00:44:13 +00:00
Generic Tests for changes made in r45356, where IPO optimizations would drop 2007-12-26 02:47:37 +00:00
IA64
PowerPC Fix a significant code quality regression I introduced on PPC64 quite 2007-12-08 07:04:58 +00:00
SPARC
X86 avoid going through a stack slot to convert from fpstack to xmm reg 2007-12-29 06:41:28 +00:00