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

Thomas Lively via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 6 18:06:41 PDT 2019


tlively updated this revision to Diff 203470.
tlively marked 2 inline comments as done.
tlively added a comment.

- Add TODO in FastISel, add isReturn attribute, integrate into existing logic flow


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.203470.patch
Type: text/x-patch
Size: 34524 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190607/3df1e53a/attachment.bin>


More information about the llvm-commits mailing list