Displaying 2 results from an estimated 2 matches for "argtype1".
Did you mean:
argtype
2018 Nov 03
2
[RFC] Implementing asm-goto support in Clang/LLVM
...ere is a need for introducing a new IR instruction.
>
>
> The callbr instruction
> -----------------
>
> Our proposed approach is to introduce a new IR instruction named callbr
> with the following syntax:
>
> callbr <return_type> <callee> (<argtype1> <arg1>, ...) to
> label %normal or jump [label %transfer1, label %transfer2...]
>
> This syntax indicates that the callee may transfer the control flow to a
> “normal” successor (generally the fallthrough in the source language code),
> denoted by the label after the keywor...
2018 Nov 04
2
[RFC] Implementing asm-goto support in Clang/LLVM
...;>
>>> The callbr instruction
>>> -----------------
>>>
>>> Our proposed approach is to introduce a new IR instruction named callbr
>>> with the following syntax:
>>>
>>> callbr <return_type> <callee> (<argtype1> <arg1>, ...)
>>> to label %normal or jump [label %transfer1, label %transfer2...]
>>>
>>> This syntax indicates that the callee may transfer the control flow to a
>>> “normal” successor (generally the fallthrough in the source language code),
>>&g...