[PATCH] D48263: [WebAssembly] Add WasmEHFuncInfo for unwind destination infomation

Heejin Ahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Jun 17 00:33:38 PDT 2018


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

Add WasmEHFuncInfo and routines to calculate and fill in this struct to
keep track of unwind destination information. This will be used in
other EH related passes.


Repository:
  rL LLVM

https://reviews.llvm.org/D48263

Files:
  include/llvm/CodeGen/MachineFunction.h
  include/llvm/CodeGen/WasmEHFuncInfo.h
  lib/CodeGen/MachineFunction.cpp
  lib/CodeGen/SelectionDAG/FunctionLoweringInfo.cpp
  lib/CodeGen/WasmEHPrepare.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D48263.151634.patch
Type: text/x-patch
Size: 11244 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180617/7733a474/attachment.bin>


More information about the llvm-commits mailing list