[PATCH] D69876: Allow output constraints on "asm goto"

Bill Wendling via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sat Nov 9 22:03:37 PST 2019


void updated this revision to Diff 228594.
void added a comment.

Emit asm goto fallthrough early so that any value extracts will show up in the
fallthrough block and not directly after the callbr.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D69876

Files:
  clang/include/clang/AST/Stmt.h
  clang/lib/AST/Stmt.cpp
  clang/lib/CodeGen/CGStmt.cpp
  clang/lib/Parse/ParseStmtAsm.cpp
  clang/lib/Sema/SemaStmtAsm.cpp
  clang/test/CodeGen/asm-goto.c
  clang/test/Parser/asm-goto.c
  clang/test/Parser/asm-goto.cpp
  clang/test/Sema/asm-goto.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D69876.228594.patch
Type: text/x-patch
Size: 15784 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20191110/2ed8125b/attachment-0001.bin>


More information about the cfe-commits mailing list