[all-commits] [llvm/llvm-project] 8acedb: Revert "[WebAssembly] Split and recombine multival...
Thomas Lively via All-commits
all-commits at lists.llvm.org
Tue Feb 4 18:46:48 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 8acedb595d039f68ad15f9e5f2e6cb79729307e4
https://github.com/llvm/llvm-project/commit/8acedb595d039f68ad15f9e5f2e6cb79729307e4
Author: Thomas Lively <tlively at google.com>
Date: 2020-02-04 (Tue, 04 Feb 2020)
Changed paths:
M llvm/lib/Target/WebAssembly/WebAssemblyISelDAGToDAG.cpp
M llvm/lib/Target/WebAssembly/WebAssemblyISelLowering.cpp
M llvm/lib/Target/WebAssembly/WebAssemblyInstrCall.td
Log Message:
-----------
Revert "[WebAssembly] Split and recombine multivalue calls for ISel"
Summary:
This reverts commit 28857d14a86b1e99a9d2795636a5faf17674f5a2. This
commit worked toward a solution that did not turn out to be feasible
because MachineInstrs cannot contain an arbitrary number of defs.
Reviewers: aheejin
Subscribers: dschuff, sbc100, jgravelle-google, hiraditya, sunfish, llvm-commits
Tags: #llvm
Differential Revision: https://reviews.llvm.org/D73927
More information about the All-commits
mailing list