Chris Lattner 7c423b4df1 Fix pifft by correcting the case when a i64/f64 straddles O5 and memory:
we were storing into [FP+88] instead of [FP+92].
Improve codegen by emitting [FP+92], instead of emitting a copy of FP into
another GPR which wouldn't be coallesced because FP isn't register allocated.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@24859 91177308-0d34-0410-b5e6-96231b3b80d8
2005-12-19 07:57:53 +00:00
..
2005-12-12 20:30:09 +00:00
2005-11-10 21:39:29 +00:00
2005-12-17 19:47:05 +00:00
2005-12-14 22:02:59 +00:00
2005-04-22 17:54:37 +00:00
2005-04-22 17:54:37 +00:00
2005-10-23 22:07:20 +00:00