search for: 8746fa26

Displaying 2 results from an estimated 2 matches for "8746fa26".

2017 Apr 04
3
[inline-asm][asm-goto] Supporting "asm goto" in inline assembly
...his example we rather want a proper intrinsic. As a matter of fact we have similar mechanism in CodeGen already to support the XRay feature. - Matthias -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20170404/8746fa26/attachment.html>
2017 Apr 04
4
[inline-asm][asm-goto] Supporting "asm goto" in inline assembly
My two cents: - I think inline assembly should work even if the compiler cannot parse the contents. This would rule out msvc inline assembly (or alternatively put all the parsing and interpretation burden on the frontend), but would work with gcc asm goto which specifies possible targets separately. - Supporting control flow in inline assembly by allowing jumps out of an assembly block seems