[PATCH] D97569: [WebAssembly] Fix remapping branch dests in fixCatchUnwindMismatches

Thomas Lively via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 26 12:33:58 PST 2021


tlively accepted this revision.
tlively added a comment.
This revision is now accepted and ready to land.

Makes sense!



================
Comment at: llvm/test/CodeGen/WebAssembly/cfg-stackify-eh.ll:1200
+; The similar case with test20, but multiple consecutive delegates are
+; genearted:
+  ; - Before:
----------------
genearted => generated


================
Comment at: llvm/test/CodeGen/WebAssembly/cfg-stackify-eh.ll:1223
+; end_block
+;           <- (b) The br destnation should be remapped to here
+;
----------------
destnation => destination


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D97569



More information about the llvm-commits mailing list