Displaying 2 results from an estimated 2 matches for "ivchenko".
2018 Nov 04
2
[RFC] Implementing asm-goto support in Clang/LLVM
...some ways from other instructions, and if you’re introducing a new
>>> instruction (asmbr) anyway, we might as well consider moving them away from
>>> call completely.
>>>
>>> -Chris
>>>
>>>
>>>
>>> On Oct 25, 2018, at 1:58 PM, Ivchenko, Alexander via llvm-dev <
>>> llvm-dev at lists.llvm.org> wrote:
>>>
>>> There have been quite a few discussions around asm-goto support in Clang
>>> and LLVM.
>>> After working with several members of our community, this is a proposal
>>>...
2018 Nov 03
2
[RFC] Implementing asm-goto support in Clang/LLVM
...her’s think about it) is that asms are pretty different in some ways
> from other instructions, and if you’re introducing a new instruction
> (asmbr) anyway, we might as well consider moving them away from call
> completely.
>
> -Chris
>
>
>
> On Oct 25, 2018, at 1:58 PM, Ivchenko, Alexander via llvm-dev <
> llvm-dev at lists.llvm.org> wrote:
>
> There have been quite a few discussions around asm-goto support in Clang
> and LLVM.
> After working with several members of our community, this is a proposal
> that, in our opinion, strikes a reasonable bala...