[PATCH] D146271: [Webassembly][multivalue] select correct libcall signature when multivalue feature enabled
Congcong Cai via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 16 20:19:40 PDT 2023
HerrCai0907 created this revision.
HerrCai0907 added a reviewer: sunfish.
Herald added subscribers: mikhail.ramalho, pmatos, asb, ecnelises, hiraditya, jgravelle-google, sbc100, dschuff.
Herald added a project: All.
HerrCai0907 requested review of this revision.
Herald added subscribers: llvm-commits, aheejin.
Herald added a project: LLVM.
fixed: #59095
multivalue feature is supported by Webassemblyscript backend. When multivalue feature
enable, libcall don't need PtrTy to store return value and can use correct signature.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D146271
Files:
llvm/docs/ReleaseNotes.rst
llvm/lib/Target/WebAssembly/WebAssemblyRuntimeLibcallSignatures.cpp
llvm/test/CodeGen/WebAssembly/multivalue_libcall.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D146271.505976.patch
Type: text/x-patch
Size: 8086 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230317/32c8cedc/attachment.bin>
More information about the llvm-commits
mailing list