[PATCH] D43746: [WebAssembly] Add Wasm exception handling prepare pass
Heejin Ahn via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Feb 25 09:53:57 PST 2018
aheejin created this revision.
aheejin added a reviewer: dschuff.
Herald added subscribers: llvm-commits, sunfish, JDevlieghere, jgravelle-google, sbc100, mgorny, jfb.
This adds a pass that transforms a program to be prepared for Wasm
exception handling.
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.135833.patch
Type: text/x-patch
Size: 27507 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180225/9e536817/attachment.bin>
More information about the llvm-commits
mailing list