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

Nick Desaulniers via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Dec 13 14:00:44 PST 2021


nickdesaulniers added inline comments.


================
Comment at: clang/docs/ReleaseNotes.rst:157
   ABI stability.
+- When using ``asm goto`` with outputs whose constraint modifier is ``"+"``, we
+  now change the numbering of the labels to occur after hidden tied inputs for
----------------
xbolva00 wrote:
> there is no general documentation? this is kinda bad to have it only in release notes.
Documenting this in clang/docs/LanguageExtensions.rst would be good.


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