[PATCH] D69876: Allow output constraints on "asm goto"
Bill Wendling via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Dec 20 02:54:12 PST 2019
void updated this revision to Diff 234852.
void marked 5 inline comments as done.
void added a comment.
- Improve the asm goto note in the language extensions doc.
- Include another testcase.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D69876/new/
https://reviews.llvm.org/D69876
Files:
clang/docs/LanguageExtensions.rst
clang/include/clang/AST/Stmt.h
clang/lib/AST/Stmt.cpp
clang/lib/Analysis/UninitializedValues.cpp
clang/lib/CodeGen/CGStmt.cpp
clang/lib/Parse/ParseStmtAsm.cpp
clang/lib/Sema/SemaStmtAsm.cpp
clang/test/Analysis/uninit-asm-goto.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.234852.patch
Type: text/x-patch
Size: 20049 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191220/adf31015/attachment.bin>
More information about the llvm-commits
mailing list