Displaying 2 results from an estimated 2 matches for "asmbr".
Did you mean:
asmb
2018 Nov 03
2
[RFC] Implementing asm-goto support in Clang/LLVM
...ut the
"removing terminators as a thing" concept?
On Wed, Oct 31, 2018, 10:13 PM Chris Lattner via llvm-dev <
llvm-dev at lists.llvm.org wrote:
> FWIW, I’m generally supporting of this direction, and would love to see
> asm goto support.
>
> Could you compare and contrast asmbr to a couple other options?
>
> - There is an effort to eliminate "terminators as a thing”, that would
> allow merging call and invoke. How does asmbr intersect with that work, in
> the short and long term? If asmbr is a short term thing, is there a clean
> migration path?
>...
2018 Nov 04
2
[RFC] Implementing asm-goto support in Clang/LLVM
...t;
>> On Wed, Oct 31, 2018, 10:13 PM Chris Lattner via llvm-dev <
>> llvm-dev at lists.llvm.org wrote:
>>
>>> FWIW, I’m generally supporting of this direction, and would love to see
>>> asm goto support.
>>>
>>> Could you compare and contrast asmbr to a couple other options?
>>>
>>> - There is an effort to eliminate "terminators as a thing”, that would
>>> allow merging call and invoke. How does asmbr intersect with that work, in
>>> the short and long term? If asmbr is a short term thing, is there...