[PATCH] D12307: WebAssembly: emit `(func (param t) (result t))` s-expressions

JF Bastien via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 24 18:03:47 PDT 2015


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

Match spec format: https://github.com/WebAssembly/spec/blob/master/ml-proto/test/fac.wasm

http://reviews.llvm.org/D12307

Files:
  lib/Target/WebAssembly/WebAssemblyAsmPrinter.cpp
  test/CodeGen/WebAssembly/call.ll
  test/CodeGen/WebAssembly/comparisons_f32.ll
  test/CodeGen/WebAssembly/comparisons_f64.ll
  test/CodeGen/WebAssembly/comparisons_i32.ll
  test/CodeGen/WebAssembly/comparisons_i64.ll
  test/CodeGen/WebAssembly/fast-isel.ll
  test/CodeGen/WebAssembly/fp32.ll
  test/CodeGen/WebAssembly/fp64.ll
  test/CodeGen/WebAssembly/func.ll
  test/CodeGen/WebAssembly/immediates.ll
  test/CodeGen/WebAssembly/integer32.ll
  test/CodeGen/WebAssembly/integer64.ll
  test/CodeGen/WebAssembly/memory-addr32.ll
  test/CodeGen/WebAssembly/memory-addr64.ll
  test/CodeGen/WebAssembly/return-void.ll
  test/CodeGen/WebAssembly/unused-argument.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D12307.33033.patch
Type: text/x-patch
Size: 38768 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150825/49e29a30/attachment.bin>


More information about the llvm-commits mailing list