Chris Lattner
d60eedca01
Codegen:
as:
_bar:
pushl %esi
subl $8, %esp
movl 16(%esp), %esi
call L_foo$stub
fstps (%esi)
addl $8, %esp
popl %esi
#FP_REG_KILL
ret
instead of:
_bar:
pushl %esi
subl $8, %esp
movl 16(%esp), %esi
call L_foo$stub
fstpl (%esi)
cvtsd2ss (%esi), %xmm0
movss %xmm0, (%esi)
addl $8, %esp
popl %esi
#FP_REG_KILL
ret
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45401 91177308-0d34-0410-b5e6-96231b3b80d8
2007-12-29 06:57:38 +00:00
..
2007-12-09 07:35:13 +00:00
2007-07-23 19:26:08 +00:00
2007-12-14 15:15:11 +00:00
2007-12-27 20:13:47 +00:00
2007-12-17 22:33:23 +00:00
2007-06-29 16:35:07 +00:00
2007-12-11 15:55:52 +00:00
2007-12-18 01:58:38 +00:00
2007-12-29 06:57:38 +00:00
2007-07-17 06:20:38 +00:00
2007-12-14 19:38:31 +00:00
2007-12-11 15:50:23 +00:00
2007-07-23 13:41:53 +00:00
2007-12-11 15:55:52 +00:00
2007-11-27 13:23:08 +00:00
2007-11-28 04:57:00 +00:00
2007-12-11 15:50:23 +00:00
2007-09-10 18:12:52 +00:00
2007-08-10 15:07:05 +00:00
2007-08-15 13:36:28 +00:00
2007-12-29 00:59:12 +00:00
2007-12-21 19:19:01 +00:00
2007-10-02 09:50:18 +00:00
2007-05-18 02:06:03 +00:00