[PATCH] D108945: [WebAssembly] Share rethrowing BBs in LowerEmscriptenEHSjLj
Derek Schuff via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 30 15:51:05 PDT 2021
dschuff added a comment.
Haven't looked at the code yet, but I'm a bit confused about cases 3/4.
If we expect a possible exception, but get a longjmp instead, why do we want to resume an exception rather than resuming the longjmp that we just caught? Likewise the other way around.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D108945/new/
https://reviews.llvm.org/D108945
More information about the llvm-commits
mailing list