[PATCH] D11699: WebAssembly: handle more than int32 argument/return

JF Bastien jfb at chromium.org
Fri Jul 31 17:01:21 PDT 2015


jfb created this revision.
jfb added a reviewer: sunfish.
jfb added a subscriber: llvm-commits.
Herald added a subscriber: jfb.

Also test 64-bit integers, except shifts for now which are broken because isel dislikes the 32-bit truncate that precedes them.

http://reviews.llvm.org/D11699

Files:
  lib/Target/WebAssembly/WebAssemblyAsmPrinter.cpp
  lib/Target/WebAssembly/WebAssemblyISelLowering.cpp
  lib/Target/WebAssembly/WebAssemblyInstrControl.td
  lib/Target/WebAssembly/WebAssemblyInstrInfo.td
  test/CodeGen/WebAssembly/integer.ll
  test/CodeGen/WebAssembly/integer32.ll
  test/CodeGen/WebAssembly/integer64.ll
  test/CodeGen/WebAssembly/return-void.ll
  test/CodeGen/WebAssembly/unused-argument.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D11699.31179.patch
Type: text/x-patch
Size: 14061 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150801/7a446e9d/attachment.bin>


More information about the llvm-commits mailing list