diff options
author | Chris Lattner <sabre@nondot.org> | 2008-04-29 04:29:54 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2008-04-29 04:29:54 +0000 |
commit | 41f6259a4b54d2dc58a4040e942b37f00d306b7b (patch) | |
tree | bdda8e963a0d8a01957507c16d9848e45c014bca /lib/Target/CppBackend/CPPBackend.cpp | |
parent | 8509fcf8ebc6435d1b8081de62f93b29d707b341 (diff) |
add support for multiple return values in inline asm. This is a step
towards PR2094. It now compiles the attached .ll file to:
_sad16_sse2:
movslq %ecx, %rax
## InlineAsm Start
%ecx %rdx %rax %rax %r8d %rdx %rsi
## InlineAsm End
## InlineAsm Start
set %eax
## InlineAsm End
ret
which is pretty decent for a 3 output, 4 input asm.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@50386 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/CppBackend/CPPBackend.cpp')
0 files changed, 0 insertions, 0 deletions