[PATCH] D118407: [WebAssembly] Handle cleanuppad with no parent in Wasm SjLj
Derek Schuff via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jan 27 14:02:23 PST 2022
dschuff added inline comments.
================
Comment at: llvm/test/CodeGen/WebAssembly/lower-wasm-ehsjlj.ll:270
+; CHECK: %call13 = invoke {{.*}} %struct.Temp* @_ZN4TempD2Ev(%struct.Temp*
+; CHECK-NEXT: to label {{.*}} unwind label %catch.dispatch.longjmp
+ cleanupret from %0 unwind to caller
----------------
is it catch.longjmp.dispatch or catch.dispatch.longjmp?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D118407/new/
https://reviews.llvm.org/D118407
More information about the llvm-commits
mailing list