[PATCH] D136497: [Clang] support for outputs along indirect edges of asm goto
Nick Desaulniers via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Oct 31 14:26:39 PDT 2022
nickdesaulniers added inline comments.
================
Comment at: clang/lib/CodeGen/CGStmt.cpp:2850
assert(RegResults.size() == ResultRegTypes.size());
assert(RegResults.size() == ResultTruncRegTypes.size());
----------------
nickdesaulniers wrote:
> void wrote:
> > Should these asserts (or some of them) be moved into `EmitAsmStores()`?
> Ah, yeah, let me add those to D137113.
Now done in D137113.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D136497/new/
https://reviews.llvm.org/D136497
More information about the cfe-commits
mailing list