[PATCH] D73319: Add extension 'gnu_asm_goto_with_outputs'
Fangrui Song via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Jan 27 14:52:21 PST 2020
MaskRay added inline comments.
================
Comment at: clang/docs/LanguageExtensions.rst:1273
+ int y;
+ asm goto("# %0 %1 %2" : "=r"(y) : "r"(x) : : err);
+ return y;
----------------
Is the canonical spelling `%l2`?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D73319/new/
https://reviews.llvm.org/D73319
More information about the cfe-commits
mailing list