[PATCH] D62047: [WebAssembly] Add multivalue and tail-call target features

Thomas Lively via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu May 16 17:11:37 PDT 2019


tlively created this revision.
tlively added a reviewer: aheejin.
Herald added subscribers: llvm-commits, cfe-commits, sunfish, hiraditya, jgravelle-google, sbc100, dschuff.
Herald added projects: clang, LLVM.

These features will both be implemented soon, so I thought I would
save time by adding the boilerplate for both of them at the same time.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D62047

Files:
  clang/include/clang/Driver/Options.td
  clang/lib/Basic/Targets/WebAssembly.cpp
  clang/lib/Basic/Targets/WebAssembly.h
  clang/test/Preprocessor/wasm-target-features.c
  llvm/lib/Target/WebAssembly/WebAssembly.td
  llvm/lib/Target/WebAssembly/WebAssemblyInstrInfo.td
  llvm/lib/Target/WebAssembly/WebAssemblySubtarget.h
  llvm/test/CodeGen/WebAssembly/multivalue.ll
  llvm/test/CodeGen/WebAssembly/tailcall.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D62047.199941.patch
Type: text/x-patch
Size: 10871 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20190517/be528684/attachment-0001.bin>


More information about the cfe-commits mailing list