[PATCH] D115471: [clang] number labels in asm goto strings after tied inputs

Bill Wendling via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Dec 21 12:29:16 PST 2021


void accepted this revision.
void added inline comments.
This revision is now accepted and ready to land.


================
Comment at: clang/docs/LanguageExtensions.rst:1474
 
+When using tied-outputs (ie. outputs that are inputs and outputs, not just
+outputs) with the `+r` constraint, there is a hidden input that's created
----------------
nit: s/ie./i.e./


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D115471/new/

https://reviews.llvm.org/D115471



More information about the cfe-commits mailing list