[PATCH] D97673: [RFC] [[Coroutine] [Debug] Salvage dbg.values
Adrian Prantl via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 21 09:51:23 PDT 2021
aprantl added inline comments.
================
Comment at: llvm/lib/Transforms/Coroutines/CoroFrame.cpp:171
+ else
+ report_fatal_error(
+ "Coroutine could only collect Argument and Instruction now.");
----------------
We should either handle unhandled cases gracefully (by ignoring them) or make sure they are impossible and put an llvm_unreachable here.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D97673/new/
https://reviews.llvm.org/D97673
More information about the llvm-commits
mailing list