[llvm-commits] [ARM] Scheduler FixedFrame object vs byval formal parameters

Akira Hatanaka ahatanak at gmail.com
Mon Oct 8 13:38:46 PDT 2012


Is it possible to use a pointer to the function argument (const Argument *)
rather than the index?

+    /// Index original Function's argument.
+    unsigned OrigArgIndex;

Just thought it might make the code in VarArgStyleRegisters simpler (no
need to use std::advance).

On Mon, Oct 8, 2012 at 11:15 AM, Stepan Dyatkovskiy <stpworld at narod.ru>wrote:

> Sergei,
>
> Sorry, I forgot to reattach testcase to the reworked patch. Please find
> updated patch in attachment. I also attached testcase separately.
>
> -Stepan.
>
> Sergei Larin wrote:
>
>> Stepan,
>>
>>    Do you have an example that illustrates your issue? Sorry if you have
>> already send it before... Thanks.
>>
>
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20121008/567c0b31/attachment.html>


More information about the llvm-commits mailing list