diff options
author | Chris Lattner <sabre@nondot.org> | 2008-04-29 04:48:56 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2008-04-29 04:48:56 +0000 |
commit | 3fb2968f2febbcd8e05270270858b6f2afd4b342 (patch) | |
tree | 3bfecbbdd309db5565393c89129b7f6ebc52df87 /lib/Target/CppBackend/CPPBackend.cpp | |
parent | 41f6259a4b54d2dc58a4040e942b37f00d306b7b (diff) |
make the vector conversion magic handle multiple results.
We now compile test2/test3 to:
_test2:
## InlineAsm Start
set %xmm0, %xmm1
## InlineAsm End
addps %xmm1, %xmm0
ret
_test3:
## InlineAsm Start
set %xmm0, %xmm1
## InlineAsm End
paddd %xmm1, %xmm0
ret
as expected.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@50389 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/CppBackend/CPPBackend.cpp')
0 files changed, 0 insertions, 0 deletions