[PATCH] D89768: [Coroutine] Properly determine whether an alloca should live on the frame
JunMa via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Oct 28 19:00:58 PDT 2020
junparser added inline comments.
================
Comment at: llvm/lib/Transforms/Coroutines/CoroFrame.cpp:898
+ for (const auto &P : AliasOffetMap) {
+ assert(P.second && "Unable to handle an alias with unknown offset.");
+ }
----------------
I prefer this to be report_fatal_error.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D89768/new/
https://reviews.llvm.org/D89768
More information about the llvm-commits
mailing list