[llvm-commits] PATCH: Tailcallopt x86 byval argument handling
Arnold Schwaighofer
arnold.schwaighofer at gmail.com
Wed Apr 9 14:33:14 PDT 2008
> i'll be back
... and here i am. no more checking for registers. removed the check
for the known registers (e/rcx,si,di) that are overwritten by byval
lowering. now all register arguments are protected by a copyto/from
virtual reg sequence the register allocator does the rest of the work.
regards arnold
-------------- next part --------------
A non-text attachment was scrubbed...
Name: x86-r48948-5.patch
Type: application/octet-stream
Size: 12445 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20080409/d036defd/attachment.obj>
More information about the llvm-commits
mailing list