[PATCH] D56571: [RFC prototype] Implementation of asm-goto support in clang
Nick Desaulniers via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Mar 4 11:26:24 PST 2019
nickdesaulniers added a comment.
Should the langref be updated (specifically the section on blockaddress):
This value only has defined behavior when used as an operand to the ‘indirectbr’ instruction, or for comparisons against null.
https://reviews.llvm.org/D53765 touched the langref, but I think the blockaddress section can be cleaned up.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D56571/new/
https://reviews.llvm.org/D56571
More information about the cfe-commits
mailing list