[llvm] r295254 - GlobalISel: support translating va_arg

Quentin Colombet via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 17 15:26:05 PST 2017


Got it!

Thanks
> On Feb 17, 2017, at 2:17 PM, Tim Northover <t.p.northover at gmail.com> wrote:
> 
> On 16 February 2017 at 17:23, Quentin Colombet via llvm-commits
> <llvm-commits at lists.llvm.org> wrote:
>> Forward looking question: Would that mean more argument to the G_VAARG instruction, or more complex LLT?
> 
> It's difficult to say. I could imagine either of those being the best
> fit, or even a custom translator-time hook since va_arg is often so
> weird.
> 
> Tim.



More information about the llvm-commits mailing list