[PATCH] D79324: [WebAssembly] Fix block marker placing after fixUnwindMismatches

Heejin Ahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon May 4 05:50:07 PDT 2020


aheejin marked an inline comment as done.
aheejin added inline comments.


================
Comment at: llvm/lib/Target/WebAssembly/WebAssemblyCFGStackify.cpp:879
+  // BLOCK/END_BLOCK markers are necessary.
+  SmallVector<MachineBasicBlock *, 8> BrDests;
+
----------------
This was preexisting but just hoisted, because in bugfix 4 we use it earlier.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D79324





More information about the llvm-commits mailing list