[PATCH] D48345: [WebAssembly] Fix unwind destination mismatches in CFG stackify

Heejin Ahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 21 09:24:54 PDT 2019


aheejin updated this revision to Diff 191718.
aheejin marked 9 inline comments as done.
aheejin added a comment.

Addressed simple comments first.
Things I haven't addressed yet:

- Add more test cases
- Switch ExplicitLocal pass order?


Repository:
  rL LLVM

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

https://reviews.llvm.org/D48345

Files:
  lib/Target/WebAssembly/WebAssemblyCFGSort.cpp
  lib/Target/WebAssembly/WebAssemblyCFGStackify.cpp
  lib/Target/WebAssembly/WebAssemblyExplicitLocals.cpp
  lib/Target/WebAssembly/WebAssemblyMachineFunctionInfo.h
  test/CodeGen/WebAssembly/cfg-stackify-eh-mismatch.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D48345.191718.patch
Type: text/x-patch
Size: 35404 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190321/07d115fe/attachment.bin>


More information about the llvm-commits mailing list