[PATCH] D16610: [WebAssembly] Implement byval arguments

Derek Schuff via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 26 15:46:18 PST 2016


dschuff created this revision.
dschuff added reviewers: jfb, sunfish.
dschuff added a subscriber: llvm-commits.
Herald added subscribers: dschuff, jfb.

Just does the simple allocation of a stack object and passes
a pointer to the callee.

http://reviews.llvm.org/D16610

Files:
  lib/Target/WebAssembly/WebAssemblyISelLowering.cpp
  lib/Target/WebAssembly/known_gcc_test_failures.txt
  test/CodeGen/WebAssembly/byval.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D16610.46067.patch
Type: text/x-patch
Size: 9222 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160126/25c9f14d/attachment.bin>


More information about the llvm-commits mailing list