[PATCH] D56571: [RFC prototype] Implementation of asm-goto support in clang

Nick Desaulniers via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri May 24 11:58:26 PDT 2019


nickdesaulniers accepted this revision.
nickdesaulniers added a comment.

Ok, from the Linux kernel's perspective, I believe we have worked out all underlying issues in LLVM wrt callbr that would prevent us from using asm goto successfully.  This patch now has my blessing; thanks for all the hard work that went into this large feature.  Please wait for a final LGTM from @rsmith .


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

https://reviews.llvm.org/D56571





More information about the cfe-commits mailing list