Displaying 1 result from an estimated 1 matches for "46ac62a3".
2011 Jan 25
0
[LLVMdev] Compile function with limited set of registers? Jump to another function?
...Z.B(selector_id, ...)
fi
which would ideally would compile on x64 to something like:
thunk_Z_AorB:
cmp $selector_Z_A, %rdi
jle Z.A
jmp Z.B
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110125/46ac62a3/attachment.html>