[PATCH] D46803: [WebAssembly] Add WebAssemblyExceptionPrepare pass

Heejin Ahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun May 13 04:03:57 PDT 2018


aheejin created this revision.
aheejin added a reviewer: dschuff.
Herald added subscribers: llvm-commits, sunfish, jgravelle-google, sbc100, mgorny.

Add WebAssemblyExceptionPrepare pass that does several small jobs for
exception handling. This runs before CFGSort, and is different from
WasmEHPrepare pass that runs before ISel, even though the names are
similar.


Repository:
  rL LLVM

https://reviews.llvm.org/D46803

Files:
  lib/Target/WebAssembly/CMakeLists.txt
  lib/Target/WebAssembly/WebAssembly.h
  lib/Target/WebAssembly/WebAssemblyExceptionPrepare.cpp
  lib/Target/WebAssembly/WebAssemblyTargetMachine.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D46803.146505.patch
Type: text/x-patch
Size: 9580 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180513/8c02ef25/attachment.bin>


More information about the llvm-commits mailing list