[PATCH] D97929: [WebAssembly] Fix ExceptionInfo grouping again

Derek Schuff via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 4 09:55:41 PST 2021


dschuff added inline comments.


================
Comment at: llvm/test/CodeGen/WebAssembly/cfg-stackify-eh.ll:1564
+; should make sure to take out (c)'s exception out of (a)'s exception too.
+define void @test25() personality i8* bitcast (i32 (...)* @__gxx_wasm_personality_v0 to i8*) {
+entry:
----------------
I don't see any CHECKs here. I guess the test is just to ensure there are no assert failures?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D97929/new/

https://reviews.llvm.org/D97929



More information about the llvm-commits mailing list