[PATCH] D43706: [WebAssembly] Add except_ref as a first-class type

Heejin Ahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 23 17:50:43 PST 2018


aheejin created this revision.
aheejin added reviewers: dschuff, sunfish, jgravelle-google.
Herald added subscribers: llvm-commits, sbc100, jfb.

Add except_ref as a first-class type, according to the Level 1 exception handling proposal <https://github.com/WebAssembly/exception-handling/blob/master/proposals/Level-1.md>.


Repository:
  rL LLVM

https://reviews.llvm.org/D43706

Files:
  include/llvm/BinaryFormat/Wasm.h
  include/llvm/CodeGen/MachineValueType.h
  include/llvm/CodeGen/ValueTypes.td
  lib/Target/WebAssembly/InstPrinter/WebAssemblyInstPrinter.cpp
  lib/Target/WebAssembly/MCTargetDesc/WebAssemblyMCTargetDesc.cpp
  lib/Target/WebAssembly/MCTargetDesc/WebAssemblyMCTargetDesc.h
  lib/Target/WebAssembly/WebAssemblyCFGStackify.cpp
  lib/Target/WebAssembly/WebAssemblyExplicitLocals.cpp
  lib/Target/WebAssembly/WebAssemblyFastISel.cpp
  lib/Target/WebAssembly/WebAssemblyInstrCall.td
  lib/Target/WebAssembly/WebAssemblyInstrControl.td
  lib/Target/WebAssembly/WebAssemblyInstrExceptRef.td
  lib/Target/WebAssembly/WebAssemblyInstrInfo.td
  lib/Target/WebAssembly/WebAssemblyRegisterInfo.td
  utils/TableGen/CodeGenTarget.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D43706.135748.patch
Type: text/x-patch
Size: 14070 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180224/8da5b28d/attachment.bin>


More information about the llvm-commits mailing list