[PATCH] D62877: [WebAssembly] Implement tail calls and unify tablegen call classes

Thomas Lively via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 7 17:39:27 PDT 2019


tlively updated this revision to Diff 203651.
tlively added a comment.

- Restore previous logic, add tests for strange ABIs and prototype mismatches


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D62877/new/

https://reviews.llvm.org/D62877

Files:
  llvm/docs/CodeGenerator.rst
  llvm/lib/Target/WebAssembly/WebAssemblyCallIndirectFixup.cpp
  llvm/lib/Target/WebAssembly/WebAssemblyFastISel.cpp
  llvm/lib/Target/WebAssembly/WebAssemblyISD.def
  llvm/lib/Target/WebAssembly/WebAssemblyISelLowering.cpp
  llvm/lib/Target/WebAssembly/WebAssemblyInstrCall.td
  llvm/lib/Target/WebAssembly/WebAssemblyInstrInfo.td
  llvm/lib/Target/WebAssembly/WebAssemblyMemIntrinsicResults.cpp
  llvm/lib/Target/WebAssembly/WebAssemblyPeephole.cpp
  llvm/lib/Target/WebAssembly/WebAssemblyUtilities.cpp
  llvm/test/CodeGen/WebAssembly/call.ll
  llvm/test/CodeGen/WebAssembly/tailcall.ll
  llvm/test/DebugInfo/WebAssembly/dbg-value-move-reg-stackify.mir
  llvm/test/MC/WebAssembly/tail-call-encodings.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D62877.203651.patch
Type: text/x-patch
Size: 35485 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190608/97dbd793/attachment.bin>


More information about the llvm-commits mailing list