[PATCH] D73927: Revert "[WebAssembly] Split and recombine multivalue calls for ISel"

Thomas Lively via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 3 14:33:23 PST 2020


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

This reverts commit 28857d14a86b1e99a9d2795636a5faf17674f5a2 <https://reviews.llvm.org/rG28857d14a86b1e99a9d2795636a5faf17674f5a2>. This
commit worked toward a solution that did not turn out to be feasible
because MachineInstrs cannot contain an arbitrary number of defs.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D73927

Files:
  llvm/lib/Target/WebAssembly/WebAssemblyISelDAGToDAG.cpp
  llvm/lib/Target/WebAssembly/WebAssemblyISelLowering.cpp
  llvm/lib/Target/WebAssembly/WebAssemblyInstrCall.td

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D73927.242193.patch
Type: text/x-patch
Size: 4637 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200203/872de9ac/attachment.bin>


More information about the llvm-commits mailing list