[PATCH] D44090: [WebAssembly] Support instruction selection for catching exceptions

Heejin Ahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 31 15:30:01 PDT 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rL333705: [WebAssembly] Support instruction selection for catching exceptions (authored by aheejin, committed by ).

Repository:
  rL LLVM

https://reviews.llvm.org/D44090

Files:
  llvm/trunk/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
  llvm/trunk/lib/Target/WebAssembly/CMakeLists.txt
  llvm/trunk/lib/Target/WebAssembly/WebAssembly.h
  llvm/trunk/lib/Target/WebAssembly/WebAssemblyCFGStackify.cpp
  llvm/trunk/lib/Target/WebAssembly/WebAssemblyExceptionPrepare.cpp
  llvm/trunk/lib/Target/WebAssembly/WebAssemblyISelLowering.cpp
  llvm/trunk/lib/Target/WebAssembly/WebAssemblyISelLowering.h
  llvm/trunk/lib/Target/WebAssembly/WebAssemblyInstrControl.td
  llvm/trunk/lib/Target/WebAssembly/WebAssemblyInstrInfo.cpp
  llvm/trunk/lib/Target/WebAssembly/WebAssemblyRegStackify.cpp
  llvm/trunk/lib/Target/WebAssembly/WebAssemblyRegisterInfo.h
  llvm/trunk/lib/Target/WebAssembly/WebAssemblyTargetMachine.cpp
  llvm/trunk/test/CodeGen/WebAssembly/exception.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D44090.149370.patch
Type: text/x-patch
Size: 17782 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180531/92eedb55/attachment.bin>


More information about the llvm-commits mailing list