This is an archive of the discontinued LLVM Phabricator instance.

Revert "[WebAssembly] Split and recombine multivalue calls for ISel"
ClosedPublic

Authored by tlively on Feb 3 2020, 2:30 PM.

Details

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.

Diff Detail

Event Timeline

tlively created this revision.Feb 3 2020, 2:30 PM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 3 2020, 2:30 PM

Unit tests: pass. 62430 tests passed, 0 failed and 845 were skipped.

clang-tidy: pass.

clang-format: pass.

Build artifacts: diff.json, clang-tidy.txt, clang-format.patch, CMakeCache.txt, console-log.txt, test-results.xml

Pre-merge checks is in beta. Report issue. Please join beta or enable it for your project.

aheejin accepted this revision.Feb 4 2020, 2:20 PM

I still don't have 100% understanding of what the def issue was, but I can catch up later!

This revision is now accepted and ready to land.Feb 4 2020, 2:20 PM
This revision was automatically updated to reflect the committed changes.