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

Dávid Bolvanský via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sat Dec 11 07:53:36 PST 2021


xbolva00 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
----------------
there is no general documentation? this is kinda bad to have it only in release notes.


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