[PATCH] D69876: Allow output constraints on "asm goto"
Nick Desaulniers via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Dec 20 10:51:20 PST 2019
nickdesaulniers added inline comments.
================
Comment at: clang/test/CodeGen/asm-goto.c:91
+ return 1;
+}
----------------
Thanks for adding this test. I think it doesn't test that `addr` is *clobbered* though?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D69876/new/
https://reviews.llvm.org/D69876
More information about the cfe-commits
mailing list