[PATCH] D59737: [WebAssembly] Support WebAssemblyFunctionInfo serialization

Heejin Ahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Mar 23 10:50:09 PDT 2019


aheejin created this revision.
aheejin added reviewers: dschuff, sunfish, arsenm.
Herald added subscribers: llvm-commits, jgravelle-google, sbc100, wdng.
Herald added a project: LLVM.

This adds serialization support for WebAssemblyFunctionInfo. This also
adds a new field `CFGStackified` to WebAssemblyFunctionInfo. We
currently only serialize this `CFGStackified` field, but the support for
other fields can be added later if necessary.


Repository:
  rL LLVM

https://reviews.llvm.org/D59737

Files:
  lib/Target/WebAssembly/WebAssemblyCFGStackify.cpp
  lib/Target/WebAssembly/WebAssemblyMachineFunctionInfo.cpp
  lib/Target/WebAssembly/WebAssemblyMachineFunctionInfo.h
  lib/Target/WebAssembly/WebAssemblyTargetMachine.cpp
  lib/Target/WebAssembly/WebAssemblyTargetMachine.h
  test/CodeGen/WebAssembly/function-info.mir

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D59737.192000.patch
Type: text/x-patch
Size: 6479 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190323/0250097a/attachment.bin>


More information about the llvm-commits mailing list