[PATCH] D73319: Add extension 'gnu_asm_goto_with_outputs'

Bill Wendling via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Jan 27 15:04:50 PST 2020


void marked an inline comment as done.
void added inline comments.


================
Comment at: clang/docs/LanguageExtensions.rst:1273
+      int y;
+      asm goto("# %0 %1 %2" : "=r"(y) : "r"(x) : : err);
+      return y;
----------------
MaskRay wrote:
> Is the canonical spelling `%l2`?
Nice catch! I patched it in D69876.


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