diff options
| author | Chris Lattner <sabre@nondot.org> | 2006-12-11 01:20:25 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2006-12-11 01:20:25 +0000 |
| commit | 9f09fa290082333dd84e48f68f5aa486f2b6ad81 (patch) | |
| tree | a8abe5e39d9b575037e9d0b7d6027e35e6c3c42f /projects/Stacker/lib/compiler/Lexer.cpp.cvs | |
| parent | 509f85140ca777a028b87ccdb46bb19b8f052f8b (diff) | |
Update note, with the SROA change, we now produce:
_pairtest:
movl 8(%esp), %eax
movl 4(%esp), %ecx
movd %eax, %xmm0
movd %ecx, %xmm1
addss %xmm0, %xmm1
movl 12(%esp), %eax
movss %xmm1, (%eax)
ret
instead of:
_pairtest:
subl $12, %esp
movl 20(%esp), %eax
movl %eax, 4(%esp)
movl 16(%esp), %eax
movl %eax, (%esp)
movss (%esp), %xmm0
addss 4(%esp), %xmm0
movl 24(%esp), %eax
movss %xmm0, (%eax)
addl $12, %esp
ret
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32427 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'projects/Stacker/lib/compiler/Lexer.cpp.cvs')
0 files changed, 0 insertions, 0 deletions
