[PATCH] D72972: [WebAssembly] Add experimental multivalue calling ABI
Thomas Lively via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Jan 17 18:39:18 PST 2020
tlively created this revision.
tlively added reviewers: aheejin, dschuff.
Herald added subscribers: cfe-commits, sunfish, jgravelle-google, sbc100.
Herald added a project: clang.
For now, this ABI simply expands all possible aggregate arguments and
returns all possible aggregates directly. This ABI will change rapidly
as we prototype and benchmark a new ABI that takes advantage of
multivalue return and possibly other changes from the MVP ABI.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D72972
Files:
clang/lib/Basic/Targets/WebAssembly.cpp
clang/lib/Basic/Targets/WebAssembly.h
clang/lib/CodeGen/TargetInfo.cpp
clang/test/CodeGen/wasm-arguments.c
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D72972.238937.patch
Type: text/x-patch
Size: 11488 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20200118/1b4a7030/attachment.bin>
More information about the cfe-commits
mailing list