[PATCH] D43746: [WebAssembly] Add Wasm exception handling prepare pass

Heejin Ahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 9 05:15:23 PDT 2018


aheejin updated this revision to Diff 141623.
aheejin marked 4 inline comments as done.
aheejin added a comment.

- Rebased onto master
- Set personality function call as nothrow
- Address previous comments


Repository:
  rL LLVM

https://reviews.llvm.org/D43746

Files:
  include/llvm/CodeGen/Passes.h
  include/llvm/IR/IntrinsicsWebAssembly.td
  include/llvm/InitializePasses.h
  lib/CodeGen/CMakeLists.txt
  lib/CodeGen/CodeGen.cpp
  lib/CodeGen/DwarfEHPrepare.cpp
  lib/CodeGen/TargetPassConfig.cpp
  lib/CodeGen/WasmEHPrepare.cpp
  test/CodeGen/WebAssembly/wasmehprepare.ll
  tools/opt/opt.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D43746.141623.patch
Type: text/x-patch
Size: 27599 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180409/9bb914b5/attachment.bin>


More information about the llvm-commits mailing list